Shades of Jade #08BA72
Tints of Jade #08BA72
RGB
CMYK
RGB Variations
Color information
#08BA72 (or 0x08BA72) is known color: Jade. HEX triplet: 08, BA and 72. RGB value is (8,186,114). Sum of RGB (Red+Green+Blue) = 8+186+114=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA72 is #F7458D. Grayscale: #7C7C7C. Windows color (decimal): -16205198 or 7518728. OLE color: 7518728.
HSL color Cylindrical-coordinate representation of color #08BA72: hue angle of 155.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA72 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 114 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.27 |
| HSL | 155.73º | 0.92% | 0.38% | - |
| HSV(B) | 155.73º | 0.96% | 0.73% | - |
| XYZ | 20.7 | 36.38 | 21.85 | - |
| YUV | 124.57 | 122.03 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 114 | 0.96 | 0 | 0.39 | 0.27 | 155.73 | 0.92 | 0.38 |
| Hex | 8 | BA | 72 | 60 | 0 | 27 | 1B | 9C | 5C | 26 |
| Octal | 10 | 272 | 162 | 140 | 0 | 47 | 33 | 234 | 134 | 46 |
| Binary | 1000 | 10111010 | 1110010 | 1100000 | 0 | 100111 | 11011 | 10011100 | 1011100 | 100110 |
Color Harmonies of #08BA72
Complementary color
Monochromatic Colors of #08BA72
Black with #08BA72
Text Example
Text Example
White with #08BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA72; }
p { color: rgb(8,186,114); }
H1.HeaderClassName
{
color: #08BA72;
}
.AnyTagClassName
{
color: #08BA72;
}
</style>
background-color css
<style>
a { background-color: #08BA72; }
a { background-color: rgb(8,186,114); }
div.DivClassName
{
background-color: #08BA72;
}
.BgClassName
{
background-color: #08BA72;
}
</style>
border-color css
<style>
span { border-color: #08BA72; }
span { border-color: rgb(8,186,114); }
td.TdClassName
{
border-color: #08BA72;
}
.TagClassName
{
border-color: #08BA72;
}
</style>