Shades of Jade #08AA73
Tints of Jade #08AA73
RGB
CMYK
RGB Variations
Color information
#08AA73 (or 0x08AA73) is known color: Jade. HEX triplet: 08, AA and 73. RGB value is (8,170,115). Sum of RGB (Red+Green+Blue) = 8+170+115=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AA73 is #F7558C. Grayscale: #737373. Windows color (decimal): -16209293 or 7580168. OLE color: 7580168.
HSL color Cylindrical-coordinate representation of color #08AA73: hue angle of 159.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AA73 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 170 | 115 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.33 |
| HSL | 159.63º | 0.91% | 0.35% | - |
| HSV(B) | 159.63º | 0.95% | 0.67% | - |
| XYZ | 17.57 | 30.04 | 21.09 | - |
| YUV | 115.29 | 127.83 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 115 | 0.95 | 0 | 0.32 | 0.33 | 159.63 | 0.91 | 0.35 |
| Hex | 8 | AA | 73 | 5F | 0 | 20 | 21 | A0 | 5B | 23 |
| Octal | 10 | 252 | 163 | 137 | 0 | 40 | 41 | 240 | 133 | 43 |
| Binary | 1000 | 10101010 | 1110011 | 1011111 | 0 | 100000 | 100001 | 10100000 | 1011011 | 100011 |
Color Harmonies of #08AA73
Complementary color
Monochromatic Colors of #08AA73
Black with #08AA73
Text Example
Text Example
White with #08AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AA73; }
p { color: rgb(8,170,115); }
H1.HeaderClassName
{
color: #08AA73;
}
.AnyTagClassName
{
color: #08AA73;
}
</style>
background-color css
<style>
a { background-color: #08AA73; }
a { background-color: rgb(8,170,115); }
div.DivClassName
{
background-color: #08AA73;
}
.BgClassName
{
background-color: #08AA73;
}
</style>
border-color css
<style>
span { border-color: #08AA73; }
span { border-color: rgb(8,170,115); }
td.TdClassName
{
border-color: #08AA73;
}
.TagClassName
{
border-color: #08AA73;
}
</style>