Shades of Jade #08AD6B
Tints of Jade #08AD6B
RGB
CMYK
RGB Variations
Color information
#08AD6B (or 0x08AD6B) is known color: Jade. HEX triplet: 08, AD and 6B. RGB value is (8,173,107). Sum of RGB (Red+Green+Blue) = 8+173+107=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AD6B is #F75294. Grayscale: #747474. Windows color (decimal): -16208533 or 7056648. OLE color: 7056648.
HSL color Cylindrical-coordinate representation of color #08AD6B: hue angle of 156º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD6B is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 173 | 107 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.32 |
| HSL | 156º | 0.91% | 0.35% | - |
| HSV(B) | 156º | 0.95% | 0.68% | - |
| XYZ | 17.7 | 31 | 18.96 | - |
| YUV | 116.14 | 122.84 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 107 | 0.95 | 0 | 0.38 | 0.32 | 156 | 0.91 | 0.35 |
| Hex | 8 | AD | 6B | 5F | 0 | 26 | 20 | 9C | 5B | 23 |
| Octal | 10 | 255 | 153 | 137 | 0 | 46 | 40 | 234 | 133 | 43 |
| Binary | 1000 | 10101101 | 1101011 | 1011111 | 0 | 100110 | 100000 | 10011100 | 1011011 | 100011 |
Color Harmonies of #08AD6B
Complementary color
Monochromatic Colors of #08AD6B
Black with #08AD6B
Text Example
Text Example
White with #08AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AD6B; }
p { color: rgb(8,173,107); }
H1.HeaderClassName
{
color: #08AD6B;
}
.AnyTagClassName
{
color: #08AD6B;
}
</style>
background-color css
<style>
a { background-color: #08AD6B; }
a { background-color: rgb(8,173,107); }
div.DivClassName
{
background-color: #08AD6B;
}
.BgClassName
{
background-color: #08AD6B;
}
</style>
border-color css
<style>
span { border-color: #08AD6B; }
span { border-color: rgb(8,173,107); }
td.TdClassName
{
border-color: #08AD6B;
}
.TagClassName
{
border-color: #08AD6B;
}
</style>