HEX: #00BB60
RGB: (0,187,96)
#00BB60 contains mainly green color. Web safe color of #00BB60 is #00CC66 (or #0C6).
#00BB60 color RGB value is (0,187,96).
RGB: (0,187,96)
(0%, 73%, 38%)
R 0 of 255 = 0%
G 187 of 255 = 73%
B 96 of 255 = 38%
R + G + B ~ 37%. #00BB60 is quite dark color.
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'%
#00BB60 color CMYK value is (100,0,49,27).
CMYK: (100,0,49,27)
C100M0Y49K27 (100%, 0%, 49%, 27%)
(1.00 / 0.00 / 0.49 / 0.27)
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 of #00BB60
Tints of #00BB60
Examples of css and html codes for elements with #00BB60 color. Also use rgb(0,187,96) instead hex code.
.myTextColor { color: #00BB60; }
<p style="color:#00BB60">This sample text font color is #00BB60.</p>
This text font color is #00BB60.
.myBgColor { background-color: #00BB60; }
<div style="background-color:#00BB60">Inner text</div>
This div background color is #00BB60.
.myBorderColor { border: 1px solid #00BB60; }
<div style="border:3px solid #00BB60">Div</div>
This div border color is #00BB60.
.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%.
.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.
/* 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 text has color #00BB60 on black background.
This text has color #00BB60 on white background.
This text has black color on #00BB60 background.
This text has white color on #00BB60 background.
Complementary color for #hex is #FF449F.