Shades of Jade #08B572
Tints of Jade #08B572
RGB
CMYK
RGB Variations
Color information
#08B572 (or 0x08B572) is known color: Jade. HEX triplet: 08, B5 and 72. RGB value is (8,181,114). Sum of RGB (Red+Green+Blue) = 8+181+114=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #08B572 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B572 is #F74A8D. Grayscale: #797979. Windows color (decimal): -16206478 or 7517448. OLE color: 7517448.
HSL color Cylindrical-coordinate representation of color #08B572: hue angle of 156.76º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B572 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 181 | 114 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.29 |
| HSL | 156.76º | 0.92% | 0.37% | - |
| HSV(B) | 156.76º | 0.96% | 0.71% | - |
| XYZ | 19.66 | 34.31 | 21.51 | - |
| YUV | 121.64 | 123.69 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 181 | 114 | 0.96 | 0 | 0.37 | 0.29 | 156.76 | 0.92 | 0.37 |
| Hex | 8 | B5 | 72 | 60 | 0 | 25 | 1D | 9D | 5C | 25 |
| Octal | 10 | 265 | 162 | 140 | 0 | 45 | 35 | 235 | 134 | 45 |
| Binary | 1000 | 10110101 | 1110010 | 1100000 | 0 | 100101 | 11101 | 10011101 | 1011100 | 100101 |
Color Harmonies of #08B572
Complementary color
Monochromatic Colors of #08B572
Black with #08B572
Text Example
Text Example
White with #08B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B572; }
p { color: rgb(8,181,114); }
H1.HeaderClassName
{
color: #08B572;
}
.AnyTagClassName
{
color: #08B572;
}
</style>
background-color css
<style>
a { background-color: #08B572; }
a { background-color: rgb(8,181,114); }
div.DivClassName
{
background-color: #08B572;
}
.BgClassName
{
background-color: #08B572;
}
</style>
border-color css
<style>
span { border-color: #08B572; }
span { border-color: rgb(8,181,114); }
td.TdClassName
{
border-color: #08B572;
}
.TagClassName
{
border-color: #08B572;
}
</style>