Shades of Jade #08B86F
Tints of Jade #08B86F
RGB
CMYK
RGB Variations
Color information
#08B86F (or 0x08B86F) is known color: Jade. HEX triplet: 08, B8 and 6F. RGB value is (8,184,111). Sum of RGB (Red+Green+Blue) = 8+184+111=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #08B86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B86F is #F74790. Grayscale: #7B7B7B. Windows color (decimal): -16205713 or 7321608. OLE color: 7321608.
HSL color Cylindrical-coordinate representation of color #08B86F: hue angle of 155.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B86F is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 184 | 111 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.28 |
| HSL | 155.11º | 0.92% | 0.38% | - |
| HSV(B) | 155.11º | 0.96% | 0.72% | - |
| XYZ | 20.11 | 35.48 | 20.83 | - |
| YUV | 123.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 184 | 111 | 0.96 | 0 | 0.40 | 0.28 | 155.11 | 0.92 | 0.38 |
| Hex | 8 | B8 | 6F | 60 | 0 | 28 | 1C | 9B | 5C | 26 |
| Octal | 10 | 270 | 157 | 140 | 0 | 50 | 34 | 233 | 134 | 46 |
| Binary | 1000 | 10111000 | 1101111 | 1100000 | 0 | 101000 | 11100 | 10011011 | 1011100 | 100110 |
Color Harmonies of #08B86F
Complementary color
Monochromatic Colors of #08B86F
Black with #08B86F
Text Example
Text Example
White with #08B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B86F; }
p { color: rgb(8,184,111); }
H1.HeaderClassName
{
color: #08B86F;
}
.AnyTagClassName
{
color: #08B86F;
}
</style>
background-color css
<style>
a { background-color: #08B86F; }
a { background-color: rgb(8,184,111); }
div.DivClassName
{
background-color: #08B86F;
}
.BgClassName
{
background-color: #08B86F;
}
</style>
border-color css
<style>
span { border-color: #08B86F; }
span { border-color: rgb(8,184,111); }
td.TdClassName
{
border-color: #08B86F;
}
.TagClassName
{
border-color: #08B86F;
}
</style>