Shades of Jade #0AAC6D
Tints of Jade #0AAC6D
RGB
CMYK
RGB Variations
Color information
#0AAC6D (or 0x0AAC6D) is known color: Jade. HEX triplet: 0A, AC and 6D. RGB value is (10,172,109). Sum of RGB (Red+Green+Blue) = 10+172+109=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC6D is #F55392. Grayscale: #747474. Windows color (decimal): -16077715 or 7187466. OLE color: 7187466.
HSL color Cylindrical-coordinate representation of color #0AAC6D: hue angle of 156.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC6D is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 109 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.33 |
| HSL | 156.67º | 0.89% | 0.36% | - |
| HSV(B) | 156.67º | 0.94% | 0.67% | - |
| XYZ | 17.64 | 30.67 | 19.46 | - |
| YUV | 116.38 | 123.83 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 109 | 0.94 | 0 | 0.37 | 0.33 | 156.67 | 0.89 | 0.36 |
| Hex | A | AC | 6D | 5E | 0 | 25 | 21 | 9D | 59 | 24 |
| Octal | 12 | 254 | 155 | 136 | 0 | 45 | 41 | 235 | 131 | 44 |
| Binary | 1010 | 10101100 | 1101101 | 1011110 | 0 | 100101 | 100001 | 10011101 | 1011001 | 100100 |
Color Harmonies of #0AAC6D
Complementary color
Monochromatic Colors of #0AAC6D
Black with #0AAC6D
Text Example
Text Example
White with #0AAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC6D; }
p { color: rgb(10,172,109); }
H1.HeaderClassName
{
color: #0AAC6D;
}
.AnyTagClassName
{
color: #0AAC6D;
}
</style>
background-color css
<style>
a { background-color: #0AAC6D; }
a { background-color: rgb(10,172,109); }
div.DivClassName
{
background-color: #0AAC6D;
}
.BgClassName
{
background-color: #0AAC6D;
}
</style>
border-color css
<style>
span { border-color: #0AAC6D; }
span { border-color: rgb(10,172,109); }
td.TdClassName
{
border-color: #0AAC6D;
}
.TagClassName
{
border-color: #0AAC6D;
}
</style>