Shades of Jade #0AB168
Tints of Jade #0AB168
RGB
CMYK
RGB Variations
Color information
#0AB168 (or 0x0AB168) is known color: Jade. HEX triplet: 0A, B1 and 68. RGB value is (10,177,104). Sum of RGB (Red+Green+Blue) = 10+177+104=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 177 (69.53% from 255 or 60.82% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB168 is #F54E97. Grayscale: #767676. Windows color (decimal): -16076440 or 6861066. OLE color: 6861066.
HSL color Cylindrical-coordinate representation of color #0AB168: hue angle of 153.77º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB168 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 177 | 104 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.31 |
| HSL | 153.77º | 0.89% | 0.37% | - |
| HSV(B) | 153.77º | 0.94% | 0.69% | - |
| XYZ | 18.35 | 32.51 | 18.4 | - |
| YUV | 118.75 | 119.67 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 177 | 104 | 0.94 | 0 | 0.41 | 0.31 | 153.77 | 0.89 | 0.37 |
| Hex | A | B1 | 68 | 5E | 0 | 29 | 1F | 9A | 59 | 25 |
| Octal | 12 | 261 | 150 | 136 | 0 | 51 | 37 | 232 | 131 | 45 |
| Binary | 1010 | 10110001 | 1101000 | 1011110 | 0 | 101001 | 11111 | 10011010 | 1011001 | 100101 |
Color Harmonies of #0AB168
Complementary color
Monochromatic Colors of #0AB168
Black with #0AB168
Text Example
Text Example
White with #0AB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB168; }
p { color: rgb(10,177,104); }
H1.HeaderClassName
{
color: #0AB168;
}
.AnyTagClassName
{
color: #0AB168;
}
</style>
background-color css
<style>
a { background-color: #0AB168; }
a { background-color: rgb(10,177,104); }
div.DivClassName
{
background-color: #0AB168;
}
.BgClassName
{
background-color: #0AB168;
}
</style>
border-color css
<style>
span { border-color: #0AB168; }
span { border-color: rgb(10,177,104); }
td.TdClassName
{
border-color: #0AB168;
}
.TagClassName
{
border-color: #0AB168;
}
</style>