Shades of Jade #0AAA75
Tints of Jade #0AAA75
RGB
CMYK
RGB Variations
Color information
#0AAA75 (or 0x0AAA75) is known color: Jade. HEX triplet: 0A, AA and 75. RGB value is (10,170,117). Sum of RGB (Red+Green+Blue) = 10+170+117=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA75 is #F5558A. Grayscale: #747474. Windows color (decimal): -16078219 or 7711242. OLE color: 7711242.
HSL color Cylindrical-coordinate representation of color #0AAA75: hue angle of 160.12º 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 #0AAA75 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 117 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.33 |
| HSL | 160.13º | 0.89% | 0.35% | - |
| HSV(B) | 160.13º | 0.94% | 0.67% | - |
| XYZ | 17.71 | 30.1 | 21.71 | - |
| YUV | 116.12 | 128.49 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 117 | 0.94 | 0 | 0.31 | 0.33 | 160.13 | 0.89 | 0.35 |
| Hex | A | AA | 75 | 5E | 0 | 1F | 21 | A0 | 59 | 23 |
| Octal | 12 | 252 | 165 | 136 | 0 | 37 | 41 | 240 | 131 | 43 |
| Binary | 1010 | 10101010 | 1110101 | 1011110 | 0 | 11111 | 100001 | 10100000 | 1011001 | 100011 |
Color Harmonies of #0AAA75
Complementary color
Monochromatic Colors of #0AAA75
Black with #0AAA75
Text Example
Text Example
White with #0AAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA75; }
p { color: rgb(10,170,117); }
H1.HeaderClassName
{
color: #0AAA75;
}
.AnyTagClassName
{
color: #0AAA75;
}
</style>
background-color css
<style>
a { background-color: #0AAA75; }
a { background-color: rgb(10,170,117); }
div.DivClassName
{
background-color: #0AAA75;
}
.BgClassName
{
background-color: #0AAA75;
}
</style>
border-color css
<style>
span { border-color: #0AAA75; }
span { border-color: rgb(10,170,117); }
td.TdClassName
{
border-color: #0AAA75;
}
.TagClassName
{
border-color: #0AAA75;
}
</style>