Shades of Jade #0AA968
Tints of Jade #0AA968
RGB
CMYK
RGB Variations
Color information
#0AA968 (or 0x0AA968) is known color: Jade. HEX triplet: 0A, A9 and 68. RGB value is (10,169,104). Sum of RGB (Red+Green+Blue) = 10+169+104=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA968 is #F55697. Grayscale: #727272. Windows color (decimal): -16078488 or 6859018. OLE color: 6859018.
HSL color Cylindrical-coordinate representation of color #0AA968: hue angle of 155.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA968 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 104 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.34 |
| HSL | 155.47º | 0.89% | 0.35% | - |
| HSV(B) | 155.47º | 0.94% | 0.66% | - |
| XYZ | 16.81 | 29.44 | 17.89 | - |
| YUV | 114.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 104 | 0.94 | 0 | 0.38 | 0.34 | 155.47 | 0.89 | 0.35 |
| Hex | A | A9 | 68 | 5E | 0 | 26 | 22 | 9B | 59 | 23 |
| Octal | 12 | 251 | 150 | 136 | 0 | 46 | 42 | 233 | 131 | 43 |
| Binary | 1010 | 10101001 | 1101000 | 1011110 | 0 | 100110 | 100010 | 10011011 | 1011001 | 100011 |
Color Harmonies of #0AA968
Complementary color
Monochromatic Colors of #0AA968
Black with #0AA968
Text Example
Text Example
White with #0AA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA968; }
p { color: rgb(10,169,104); }
H1.HeaderClassName
{
color: #0AA968;
}
.AnyTagClassName
{
color: #0AA968;
}
</style>
background-color css
<style>
a { background-color: #0AA968; }
a { background-color: rgb(10,169,104); }
div.DivClassName
{
background-color: #0AA968;
}
.BgClassName
{
background-color: #0AA968;
}
</style>
border-color css
<style>
span { border-color: #0AA968; }
span { border-color: rgb(10,169,104); }
td.TdClassName
{
border-color: #0AA968;
}
.TagClassName
{
border-color: #0AA968;
}
</style>