Shades of Jade #0AAA76
Tints of Jade #0AAA76
RGB
CMYK
RGB Variations
Color information
#0AAA76 (or 0x0AAA76) is known color: Jade. HEX triplet: 0A, AA and 76. RGB value is (10,170,118). Sum of RGB (Red+Green+Blue) = 10+170+118=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA76 is #F55589. Grayscale: #747474. Windows color (decimal): -16078218 or 7776778. OLE color: 7776778.
HSL color Cylindrical-coordinate representation of color #0AAA76: hue angle of 160.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA76 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 118 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.33 |
| HSL | 160.5º | 0.89% | 0.35% | - |
| HSV(B) | 160.5º | 0.94% | 0.67% | - |
| XYZ | 17.77 | 30.12 | 22.02 | - |
| YUV | 116.23 | 128.99 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 118 | 0.94 | 0 | 0.31 | 0.33 | 160.5 | 0.89 | 0.35 |
| Hex | A | AA | 76 | 5E | 0 | 1F | 21 | A0 | 59 | 23 |
| Octal | 12 | 252 | 166 | 136 | 0 | 37 | 41 | 240 | 131 | 43 |
| Binary | 1010 | 10101010 | 1110110 | 1011110 | 0 | 11111 | 100001 | 10100000 | 1011001 | 100011 |
Color Harmonies of #0AAA76
Complementary color
Monochromatic Colors of #0AAA76
Black with #0AAA76
Text Example
Text Example
White with #0AAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA76; }
p { color: rgb(10,170,118); }
H1.HeaderClassName
{
color: #0AAA76;
}
.AnyTagClassName
{
color: #0AAA76;
}
</style>
background-color css
<style>
a { background-color: #0AAA76; }
a { background-color: rgb(10,170,118); }
div.DivClassName
{
background-color: #0AAA76;
}
.BgClassName
{
background-color: #0AAA76;
}
</style>
border-color css
<style>
span { border-color: #0AAA76; }
span { border-color: rgb(10,170,118); }
td.TdClassName
{
border-color: #0AAA76;
}
.TagClassName
{
border-color: #0AAA76;
}
</style>