Shades of Jade #0AA667
Tints of Jade #0AA667
RGB
CMYK
RGB Variations
Color information
#0AA667 (or 0x0AA667) is known color: Jade. HEX triplet: 0A, A6 and 67. RGB value is (10,166,103). Sum of RGB (Red+Green+Blue) = 10+166+103=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA667 is #F55998. Grayscale: #707070. Windows color (decimal): -16079257 or 6792714. OLE color: 6792714.
HSL color Cylindrical-coordinate representation of color #0AA667: hue angle of 155.77º 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 #0AA667 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 103 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.35 |
| HSL | 155.77º | 0.89% | 0.35% | - |
| HSV(B) | 155.77º | 0.94% | 0.65% | - |
| XYZ | 16.21 | 28.32 | 17.44 | - |
| YUV | 112.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 103 | 0.94 | 0 | 0.38 | 0.35 | 155.77 | 0.89 | 0.35 |
| Hex | A | A6 | 67 | 5E | 0 | 26 | 23 | 9C | 59 | 23 |
| Octal | 12 | 246 | 147 | 136 | 0 | 46 | 43 | 234 | 131 | 43 |
| Binary | 1010 | 10100110 | 1100111 | 1011110 | 0 | 100110 | 100011 | 10011100 | 1011001 | 100011 |
Color Harmonies of #0AA667
Complementary color
Monochromatic Colors of #0AA667
Black with #0AA667
Text Example
Text Example
White with #0AA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA667; }
p { color: rgb(10,166,103); }
H1.HeaderClassName
{
color: #0AA667;
}
.AnyTagClassName
{
color: #0AA667;
}
</style>
background-color css
<style>
a { background-color: #0AA667; }
a { background-color: rgb(10,166,103); }
div.DivClassName
{
background-color: #0AA667;
}
.BgClassName
{
background-color: #0AA667;
}
</style>
border-color css
<style>
span { border-color: #0AA667; }
span { border-color: rgb(10,166,103); }
td.TdClassName
{
border-color: #0AA667;
}
.TagClassName
{
border-color: #0AA667;
}
</style>