Shades of Jade #0AAB75
Tints of Jade #0AAB75
RGB
CMYK
RGB Variations
Color information
#0AAB75 (or 0x0AAB75) is known color: Jade. HEX triplet: 0A, AB and 75. RGB value is (10,171,117). Sum of RGB (Red+Green+Blue) = 10+171+117=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB75 is #F5548A. Grayscale: #747474. Windows color (decimal): -16077963 or 7711498. OLE color: 7711498.
HSL color Cylindrical-coordinate representation of color #0AAB75: hue angle of 159.88º 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 #0AAB75 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 117 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.33 |
| HSL | 159.88º | 0.89% | 0.35% | - |
| HSV(B) | 159.88º | 0.94% | 0.67% | - |
| XYZ | 17.9 | 30.47 | 21.77 | - |
| YUV | 116.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 117 | 0.94 | 0 | 0.32 | 0.33 | 159.88 | 0.89 | 0.35 |
| Hex | A | AB | 75 | 5E | 0 | 20 | 21 | A0 | 59 | 23 |
| Octal | 12 | 253 | 165 | 136 | 0 | 40 | 41 | 240 | 131 | 43 |
| Binary | 1010 | 10101011 | 1110101 | 1011110 | 0 | 100000 | 100001 | 10100000 | 1011001 | 100011 |
Color Harmonies of #0AAB75
Complementary color
Monochromatic Colors of #0AAB75
Black with #0AAB75
Text Example
Text Example
White with #0AAB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB75; }
p { color: rgb(10,171,117); }
H1.HeaderClassName
{
color: #0AAB75;
}
.AnyTagClassName
{
color: #0AAB75;
}
</style>
background-color css
<style>
a { background-color: #0AAB75; }
a { background-color: rgb(10,171,117); }
div.DivClassName
{
background-color: #0AAB75;
}
.BgClassName
{
background-color: #0AAB75;
}
</style>
border-color css
<style>
span { border-color: #0AAB75; }
span { border-color: rgb(10,171,117); }
td.TdClassName
{
border-color: #0AAB75;
}
.TagClassName
{
border-color: #0AAB75;
}
</style>