Shades of Jade #0AAD6F
Tints of Jade #0AAD6F
RGB
CMYK
RGB Variations
Color information
#0AAD6F (or 0x0AAD6F) is known color: Jade. HEX triplet: 0A, AD and 6F. RGB value is (10,173,111). Sum of RGB (Red+Green+Blue) = 10+173+111=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD6F is #F55290. Grayscale: #757575. Windows color (decimal): -16077457 or 7318794. OLE color: 7318794.
HSL color Cylindrical-coordinate representation of color #0AAD6F: hue angle of 157.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD6F is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 111 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.32 |
| HSL | 157.18º | 0.89% | 0.36% | - |
| HSV(B) | 157.18º | 0.94% | 0.68% | - |
| XYZ | 17.94 | 31.1 | 20.1 | - |
| YUV | 117.2 | 124.5 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 111 | 0.94 | 0 | 0.36 | 0.32 | 157.18 | 0.89 | 0.36 |
| Hex | A | AD | 6F | 5E | 0 | 24 | 20 | 9D | 59 | 24 |
| Octal | 12 | 255 | 157 | 136 | 0 | 44 | 40 | 235 | 131 | 44 |
| Binary | 1010 | 10101101 | 1101111 | 1011110 | 0 | 100100 | 100000 | 10011101 | 1011001 | 100100 |
Color Harmonies of #0AAD6F
Complementary color
Monochromatic Colors of #0AAD6F
Black with #0AAD6F
Text Example
Text Example
White with #0AAD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD6F; }
p { color: rgb(10,173,111); }
H1.HeaderClassName
{
color: #0AAD6F;
}
.AnyTagClassName
{
color: #0AAD6F;
}
</style>
background-color css
<style>
a { background-color: #0AAD6F; }
a { background-color: rgb(10,173,111); }
div.DivClassName
{
background-color: #0AAD6F;
}
.BgClassName
{
background-color: #0AAD6F;
}
</style>
border-color css
<style>
span { border-color: #0AAD6F; }
span { border-color: rgb(10,173,111); }
td.TdClassName
{
border-color: #0AAD6F;
}
.TagClassName
{
border-color: #0AAD6F;
}
</style>