Shades of Jade #0AA36F
Tints of Jade #0AA36F
RGB
CMYK
RGB Variations
Color information
#0AA36F (or 0x0AA36F) is known color: Jade. HEX triplet: 0A, A3 and 6F. RGB value is (10,163,111). Sum of RGB (Red+Green+Blue) = 10+163+111=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA36F is #F55C90. Grayscale: #6F6F6F. Windows color (decimal): -16080017 or 7316234. OLE color: 7316234.
HSL color Cylindrical-coordinate representation of color #0AA36F: hue angle of 159.61º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA36F is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 163 | 111 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.36 |
| HSL | 159.61º | 0.88% | 0.34% | - |
| HSV(B) | 159.61º | 0.94% | 0.64% | - |
| XYZ | 16.09 | 27.41 | 19.48 | - |
| YUV | 111.33 | 127.81 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 111 | 0.94 | 0 | 0.32 | 0.36 | 159.61 | 0.88 | 0.34 |
| Hex | A | A3 | 6F | 5E | 0 | 20 | 24 | A0 | 58 | 22 |
| Octal | 12 | 243 | 157 | 136 | 0 | 40 | 44 | 240 | 130 | 42 |
| Binary | 1010 | 10100011 | 1101111 | 1011110 | 0 | 100000 | 100100 | 10100000 | 1011000 | 100010 |
Color Harmonies of #0AA36F
Complementary color
Monochromatic Colors of #0AA36F
Black with #0AA36F
Text Example
Text Example
White with #0AA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA36F; }
p { color: rgb(10,163,111); }
H1.HeaderClassName
{
color: #0AA36F;
}
.AnyTagClassName
{
color: #0AA36F;
}
</style>
background-color css
<style>
a { background-color: #0AA36F; }
a { background-color: rgb(10,163,111); }
div.DivClassName
{
background-color: #0AA36F;
}
.BgClassName
{
background-color: #0AA36F;
}
</style>
border-color css
<style>
span { border-color: #0AA36F; }
span { border-color: rgb(10,163,111); }
td.TdClassName
{
border-color: #0AA36F;
}
.TagClassName
{
border-color: #0AA36F;
}
</style>