Shades of Jade #08AA74
Tints of Jade #08AA74
RGB
CMYK
RGB Variations
Color information
#08AA74 (or 0x08AA74) is known color: Jade. HEX triplet: 08, AA and 74. RGB value is (8,170,116). Sum of RGB (Red+Green+Blue) = 8+170+116=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AA74 is #F7558B. Grayscale: #737373. Windows color (decimal): -16209292 or 7645704. OLE color: 7645704.
HSL color Cylindrical-coordinate representation of color #08AA74: hue angle of 160º 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 #08AA74 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 170 | 116 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.33 |
| HSL | 160º | 0.91% | 0.35% | - |
| HSV(B) | 160º | 0.95% | 0.67% | - |
| XYZ | 17.63 | 30.06 | 21.4 | - |
| YUV | 115.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 116 | 0.95 | 0 | 0.32 | 0.33 | 160 | 0.91 | 0.35 |
| Hex | 8 | AA | 74 | 5F | 0 | 20 | 21 | A0 | 5B | 23 |
| Octal | 10 | 252 | 164 | 137 | 0 | 40 | 41 | 240 | 133 | 43 |
| Binary | 1000 | 10101010 | 1110100 | 1011111 | 0 | 100000 | 100001 | 10100000 | 1011011 | 100011 |
Color Harmonies of #08AA74
Complementary color
Monochromatic Colors of #08AA74
Black with #08AA74
Text Example
Text Example
White with #08AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AA74; }
p { color: rgb(8,170,116); }
H1.HeaderClassName
{
color: #08AA74;
}
.AnyTagClassName
{
color: #08AA74;
}
</style>
background-color css
<style>
a { background-color: #08AA74; }
a { background-color: rgb(8,170,116); }
div.DivClassName
{
background-color: #08AA74;
}
.BgClassName
{
background-color: #08AA74;
}
</style>
border-color css
<style>
span { border-color: #08AA74; }
span { border-color: rgb(8,170,116); }
td.TdClassName
{
border-color: #08AA74;
}
.TagClassName
{
border-color: #08AA74;
}
</style>