Shades of Jade #08BA6E
Tints of Jade #08BA6E
RGB
CMYK
RGB Variations
Color information
#08BA6E (or 0x08BA6E) is known color: Jade. HEX triplet: 08, BA and 6E. RGB value is (8,186,110). Sum of RGB (Red+Green+Blue) = 8+186+110=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA6E is #F74591. Grayscale: #7C7C7C. Windows color (decimal): -16205202 or 7256584. OLE color: 7256584.
HSL color Cylindrical-coordinate representation of color #08BA6E: hue angle of 154.38º 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 #08BA6E is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 110 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.27 |
| HSL | 154.38º | 0.92% | 0.38% | - |
| HSV(B) | 154.38º | 0.96% | 0.73% | - |
| XYZ | 20.47 | 36.3 | 20.68 | - |
| YUV | 124.11 | 120.03 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 110 | 0.96 | 0 | 0.41 | 0.27 | 154.38 | 0.92 | 0.38 |
| Hex | 8 | BA | 6E | 60 | 0 | 29 | 1B | 9A | 5C | 26 |
| Octal | 10 | 272 | 156 | 140 | 0 | 51 | 33 | 232 | 134 | 46 |
| Binary | 1000 | 10111010 | 1101110 | 1100000 | 0 | 101001 | 11011 | 10011010 | 1011100 | 100110 |
Color Harmonies of #08BA6E
Complementary color
Monochromatic Colors of #08BA6E
Black with #08BA6E
Text Example
Text Example
White with #08BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA6E; }
p { color: rgb(8,186,110); }
H1.HeaderClassName
{
color: #08BA6E;
}
.AnyTagClassName
{
color: #08BA6E;
}
</style>
background-color css
<style>
a { background-color: #08BA6E; }
a { background-color: rgb(8,186,110); }
div.DivClassName
{
background-color: #08BA6E;
}
.BgClassName
{
background-color: #08BA6E;
}
</style>
border-color css
<style>
span { border-color: #08BA6E; }
span { border-color: rgb(8,186,110); }
td.TdClassName
{
border-color: #08BA6E;
}
.TagClassName
{
border-color: #08BA6E;
}
</style>