Shades of Jade #08BA65
Tints of Jade #08BA65
RGB
CMYK
RGB Variations
Color information
#08BA65 (or 0x08BA65) is known color: Jade. HEX triplet: 08, BA and 65. RGB value is (8,186,101). Sum of RGB (Red+Green+Blue) = 8+186+101=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA65 is #F7459A. Grayscale: #7B7B7B. Windows color (decimal): -16205211 or 6666760. OLE color: 6666760.
HSL color Cylindrical-coordinate representation of color #08BA65: hue angle of 151.35º 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 #08BA65 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 101 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.27 |
| HSL | 151.35º | 0.92% | 0.38% | - |
| HSV(B) | 151.35º | 0.96% | 0.73% | - |
| XYZ | 20.01 | 36.11 | 18.23 | - |
| YUV | 123.09 | 115.53 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 101 | 0.96 | 0 | 0.46 | 0.27 | 151.35 | 0.92 | 0.38 |
| Hex | 8 | BA | 65 | 60 | 0 | 2E | 1B | 97 | 5C | 26 |
| Octal | 10 | 272 | 145 | 140 | 0 | 56 | 33 | 227 | 134 | 46 |
| Binary | 1000 | 10111010 | 1100101 | 1100000 | 0 | 101110 | 11011 | 10010111 | 1011100 | 100110 |
Color Harmonies of #08BA65
Complementary color
Monochromatic Colors of #08BA65
Black with #08BA65
Text Example
Text Example
White with #08BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA65; }
p { color: rgb(8,186,101); }
H1.HeaderClassName
{
color: #08BA65;
}
.AnyTagClassName
{
color: #08BA65;
}
</style>
background-color css
<style>
a { background-color: #08BA65; }
a { background-color: rgb(8,186,101); }
div.DivClassName
{
background-color: #08BA65;
}
.BgClassName
{
background-color: #08BA65;
}
</style>
border-color css
<style>
span { border-color: #08BA65; }
span { border-color: rgb(8,186,101); }
td.TdClassName
{
border-color: #08BA65;
}
.TagClassName
{
border-color: #08BA65;
}
</style>