Shades of Jade #00B86F
Tints of Jade #00B86F
RGB
CMYK
RGB Variations
Color information
#00B86F (or 0x00B86F) is known color: Jade. HEX triplet: 00, B8 and 6F. RGB value is (0,184,111). Sum of RGB (Red+Green+Blue) = 0+184+111=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 184 (72.27% from 255 or 62.37% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 184 - color contains mainly: green. Hex color #00B86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B86F is #FF4790. Grayscale: #787878. Windows color (decimal): -16730001 or 7321600. OLE color: 7321600.
HSL color Cylindrical-coordinate representation of color #00B86F: hue angle of 156.2º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B86F is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 111 | - |
| CMYK | 1 | 0 | 0.40 | 0.28 |
| HSL | 156.2º | 1% | 0.36% | - |
| HSV(B) | 156.2º | 1% | 0.72% | - |
| XYZ | 20.01 | 35.43 | 20.82 | - |
| YUV | 120.66 | 122.54 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 111 | 1 | 0 | 0.40 | 0.28 | 156.2 | 1 | 0.36 |
| Hex | 0 | B8 | 6F | 64 | 0 | 28 | 1C | 9C | 64 | 24 |
| Octal | 0 | 270 | 157 | 144 | 0 | 50 | 34 | 234 | 144 | 44 |
| Binary | 0 | 10111000 | 1101111 | 1100100 | 0 | 101000 | 11100 | 10011100 | 1100100 | 100100 |
Color Harmonies of #00B86F
Complementary color
Monochromatic Colors of #00B86F
Black with #00B86F
Text Example
Text Example
White with #00B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B86F; }
p { color: rgb(0,184,111); }
H1.HeaderClassName
{
color: #00B86F;
}
.AnyTagClassName
{
color: #00B86F;
}
</style>
background-color css
<style>
a { background-color: #00B86F; }
a { background-color: rgb(0,184,111); }
div.DivClassName
{
background-color: #00B86F;
}
.BgClassName
{
background-color: #00B86F;
}
</style>
border-color css
<style>
span { border-color: #00B86F; }
span { border-color: rgb(0,184,111); }
td.TdClassName
{
border-color: #00B86F;
}
.TagClassName
{
border-color: #00B86F;
}
</style>