COLOR #00BB60

HEX: #00BB60 RGB: (0,187,96)

Color info

#00BB60 contains mainly green color. Web safe color of #00BB60 is #00CC66 (or #0C6).

RGB color model

#00BB60 color RGB value is (0,187,96).

RGB: (0,187,96) (0%, 73%, 38%)

RGB channels and saturation

R 0 of 255 = 0%
G 187 of 255 = 73%
B 96 of 255 = 38%

0
187
96

R + G + B ~ 37%. #00BB60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 187 + 96 = 283 (100%)
R 0 of 283 ~ 0%
G 187 of 283 ~ 66.08%
B 96 of 283 ~ 33.92'%

%66.08
%33.92

CMYK color model

#00BB60 color CMYK value is (100,0,49,27).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 26.67%

CMYK: (100,0,49,27)
C100M0Y49K27 (100%, 0%, 49%, 27%)
(1.00 / 0.00 / 0.49 / 0.27)

CMYK percentages

%100
%0
%48.66
%26.67

Codes

Color #00BB60 in popluar color models

00 BB 60
RGB 0 187 96
HSL 151° 100.00% 36.67%
HSB/HSV 151° 100.00% 73.33%
CMYK 100.00% 0.00% 48.66%
26.67%

Color #00BB60 in popluar number systems.

HEX 00 BB 60
Decimal 0 187 96
Binary 0 10111011 1100000
Octal 0 273 140

Shades and tints

Shades of #00BB60

#00BB60
(0,187,96)
#00AA58
(0,170,88)
#009950
(0,153,80)
#008848
(0,136,72)
#007740
(0,119,64)
#006638
(0,102,56)
#005530
(0,85,48)
#004428
(0,68,40)
#003320
(0,51,32)
#002218
(0,34,24)
#001110
(0,17,16)
#000000
(0,0,0)

Tints of #00BB60

#00BB60
(0,187,96)
#17C16E
(23,193,110)
#2EC77C
(46,199,124)
#45CD8A
(69,205,138)
#5CD398
(92,211,152)
#73D9A6
(115,217,166)
#8ADFB4
(138,223,180)
#A1E5C2
(161,229,194)
#B8EBD0
(184,235,208)
#CFF1DE
(207,241,222)
#E6F7EC
(230,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BB60 color. Also use rgb(0,187,96) instead hex code.

Text Font Color

.myTextColor { color: #00BB60; }

<p style="color:#00BB60">This sample text font color is #00BB60.</p>

This text font color is #00BB60.

Background Color

.myBgColor { background-color: #00BB60; }

<div style="background-color:#00BB60">Inner text</div>

This div background color is #00BB60.

Border color

.myBorderColor { border: 1px solid #00BB60; }

<div style="border:3px solid #00BB60">Div</div>

This div border color is #00BB60.

Opacity

.myOpacity80 { color: #00BB60; opacity: 0.8; }

<p style="color:#00BB60;opacity:0.8;">80%</p>

Text with #00BB60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00BB60;}

<p style="text-shadow: 3px 3px 1px #00BB60">Text here.</p>

This text has shadow with #00BB60 color.


.textShadow {text-shadow: 3px 3px 1px #00BB60', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00BB60, 5px 5px 20px red">Text here.</p>

This text has shadow with #00BB60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00BB60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00BB60, Direction=45, Strength=4)">Text</p>

This text has shadow with #00BB60 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00BB60;
-webkit-box-shadow: 1px 1px 3px 2px #00BB60;
box-shadow: 1px 1px 3px 2px #00BB60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00BB60; -webkit-box-shadow: 1px 1px 3px 2px #00BB60; box-shadow:1px 1px 3px 2px #00BB60;">
Div content here
</div>

This div box has shadow with color #00BB60.

Preview

Color preview on black background

This text has color #00BB60 on black background.


Color preview on white background

This text has color #00BB60 on white background.


Black color preview on #00BB60 background

This text has black color on #00BB60 background.


White color preview on #00BB60 background

This text has white color on #00BB60 background.


Related colors

Complementary color

Complementary color for #hex is #FF449F.


I love getcolorcode.com

Triadic colors

1 #6000BB and #BB6000 with #00BB60 are triadic colors.

2 #60BB00 and #BB0060 with #00BB60 are triadic colors.