Shades of Jade #0AB569
Tints of Jade #0AB569
RGB
CMYK
RGB Variations
Color information
#0AB569 (or 0x0AB569) is known color: Jade. HEX triplet: 0A, B5 and 69. RGB value is (10,181,105). Sum of RGB (Red+Green+Blue) = 10+181+105=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB569 is #F54A96. Grayscale: #797979. Windows color (decimal): -16075415 or 6927626. OLE color: 6927626.
HSL color Cylindrical-coordinate representation of color #0AB569: hue angle of 153.33º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB569 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 181 | 105 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.29 |
| HSL | 153.33º | 0.9% | 0.37% | - |
| HSV(B) | 153.33º | 0.94% | 0.71% | - |
| XYZ | 19.2 | 34.13 | 18.94 | - |
| YUV | 121.21 | 118.85 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 105 | 0.94 | 0 | 0.42 | 0.29 | 153.33 | 0.9 | 0.37 |
| Hex | A | B5 | 69 | 5E | 0 | 2A | 1D | 99 | 5A | 25 |
| Octal | 12 | 265 | 151 | 136 | 0 | 52 | 35 | 231 | 132 | 45 |
| Binary | 1010 | 10110101 | 1101001 | 1011110 | 0 | 101010 | 11101 | 10011001 | 1011010 | 100101 |
Color Harmonies of #0AB569
Complementary color
Monochromatic Colors of #0AB569
Black with #0AB569
Text Example
Text Example
White with #0AB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB569; }
p { color: rgb(10,181,105); }
H1.HeaderClassName
{
color: #0AB569;
}
.AnyTagClassName
{
color: #0AB569;
}
</style>
background-color css
<style>
a { background-color: #0AB569; }
a { background-color: rgb(10,181,105); }
div.DivClassName
{
background-color: #0AB569;
}
.BgClassName
{
background-color: #0AB569;
}
</style>
border-color css
<style>
span { border-color: #0AB569; }
span { border-color: rgb(10,181,105); }
td.TdClassName
{
border-color: #0AB569;
}
.TagClassName
{
border-color: #0AB569;
}
</style>