Shades of Jade #10AB64
Tints of Jade #10AB64
RGB
CMYK
RGB Variations
Color information
#10AB64 (or 0x10AB64) is known color: Jade. HEX triplet: 10, AB and 64. RGB value is (16,171,100). Sum of RGB (Red+Green+Blue) = 16+171+100=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB64 is #EF549B. Grayscale: #747474. Windows color (decimal): -15684764 or 6597392. OLE color: 6597392.
HSL color Cylindrical-coordinate representation of color #10AB64: hue angle of 152.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB64 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 100 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.33 |
| HSL | 152.52º | 0.83% | 0.37% | - |
| HSV(B) | 152.52º | 0.91% | 0.67% | - |
| XYZ | 17.08 | 30.16 | 16.98 | - |
| YUV | 116.56 | 118.65 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 100 | 0.91 | 0 | 0.42 | 0.33 | 152.52 | 0.83 | 0.37 |
| Hex | 10 | AB | 64 | 5B | 0 | 2A | 21 | 99 | 53 | 25 |
| Octal | 20 | 253 | 144 | 133 | 0 | 52 | 41 | 231 | 123 | 45 |
| Binary | 10000 | 10101011 | 1100100 | 1011011 | 0 | 101010 | 100001 | 10011001 | 1010011 | 100101 |
Color Harmonies of #10AB64
Complementary color
Monochromatic Colors of #10AB64
Black with #10AB64
Text Example
Text Example
White with #10AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB64; }
p { color: rgb(16,171,100); }
H1.HeaderClassName
{
color: #10AB64;
}
.AnyTagClassName
{
color: #10AB64;
}
</style>
background-color css
<style>
a { background-color: #10AB64; }
a { background-color: rgb(16,171,100); }
div.DivClassName
{
background-color: #10AB64;
}
.BgClassName
{
background-color: #10AB64;
}
</style>
border-color css
<style>
span { border-color: #10AB64; }
span { border-color: rgb(16,171,100); }
td.TdClassName
{
border-color: #10AB64;
}
.TagClassName
{
border-color: #10AB64;
}
</style>