Shades of Jade #08BA6B
Tints of Jade #08BA6B
RGB
CMYK
RGB Variations
Color information
#08BA6B (or 0x08BA6B) is known color: Jade. HEX triplet: 08, BA and 6B. RGB value is (8,186,107). Sum of RGB (Red+Green+Blue) = 8+186+107=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA6B is #F74594. Grayscale: #7B7B7B. Windows color (decimal): -16205205 or 7059976. OLE color: 7059976.
HSL color Cylindrical-coordinate representation of color #08BA6B: hue angle of 153.37º 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 #08BA6B is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 107 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.27 |
| HSL | 153.37º | 0.92% | 0.38% | - |
| HSV(B) | 153.37º | 0.96% | 0.73% | - |
| XYZ | 20.31 | 36.23 | 19.83 | - |
| YUV | 123.77 | 118.53 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 107 | 0.96 | 0 | 0.42 | 0.27 | 153.37 | 0.92 | 0.38 |
| Hex | 8 | BA | 6B | 60 | 0 | 2A | 1B | 99 | 5C | 26 |
| Octal | 10 | 272 | 153 | 140 | 0 | 52 | 33 | 231 | 134 | 46 |
| Binary | 1000 | 10111010 | 1101011 | 1100000 | 0 | 101010 | 11011 | 10011001 | 1011100 | 100110 |
Color Harmonies of #08BA6B
Complementary color
Monochromatic Colors of #08BA6B
Black with #08BA6B
Text Example
Text Example
White with #08BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA6B; }
p { color: rgb(8,186,107); }
H1.HeaderClassName
{
color: #08BA6B;
}
.AnyTagClassName
{
color: #08BA6B;
}
</style>
background-color css
<style>
a { background-color: #08BA6B; }
a { background-color: rgb(8,186,107); }
div.DivClassName
{
background-color: #08BA6B;
}
.BgClassName
{
background-color: #08BA6B;
}
</style>
border-color css
<style>
span { border-color: #08BA6B; }
span { border-color: rgb(8,186,107); }
td.TdClassName
{
border-color: #08BA6B;
}
.TagClassName
{
border-color: #08BA6B;
}
</style>