Shades of Jade #0AA76B
Tints of Jade #0AA76B
RGB
CMYK
RGB Variations
Color information
#0AA76B (or 0x0AA76B) is known color: Jade. HEX triplet: 0A, A7 and 6B. RGB value is (10,167,107). Sum of RGB (Red+Green+Blue) = 10+167+107=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 167 (65.62% from 255 or 58.80% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA76B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA76B is #F55894. Grayscale: #717171. Windows color (decimal): -16078997 or 7055114. OLE color: 7055114.
HSL color Cylindrical-coordinate representation of color #0AA76B: hue angle of 157.07º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA76B is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 107 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.35 |
| HSL | 157.07º | 0.89% | 0.35% | - |
| HSV(B) | 157.07º | 0.94% | 0.65% | - |
| XYZ | 16.6 | 28.76 | 18.59 | - |
| YUV | 113.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 107 | 0.94 | 0 | 0.36 | 0.35 | 157.07 | 0.89 | 0.35 |
| Hex | A | A7 | 6B | 5E | 0 | 24 | 23 | 9D | 59 | 23 |
| Octal | 12 | 247 | 153 | 136 | 0 | 44 | 43 | 235 | 131 | 43 |
| Binary | 1010 | 10100111 | 1101011 | 1011110 | 0 | 100100 | 100011 | 10011101 | 1011001 | 100011 |
Color Harmonies of #0AA76B
Complementary color
Monochromatic Colors of #0AA76B
Black with #0AA76B
Text Example
Text Example
White with #0AA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA76B; }
p { color: rgb(10,167,107); }
H1.HeaderClassName
{
color: #0AA76B;
}
.AnyTagClassName
{
color: #0AA76B;
}
</style>
background-color css
<style>
a { background-color: #0AA76B; }
a { background-color: rgb(10,167,107); }
div.DivClassName
{
background-color: #0AA76B;
}
.BgClassName
{
background-color: #0AA76B;
}
</style>
border-color css
<style>
span { border-color: #0AA76B; }
span { border-color: rgb(10,167,107); }
td.TdClassName
{
border-color: #0AA76B;
}
.TagClassName
{
border-color: #0AA76B;
}
</style>