Shades of Jade #10AB65
Tints of Jade #10AB65
RGB
CMYK
RGB Variations
Color information
#10AB65 (or 0x10AB65) is known color: Jade. HEX triplet: 10, AB and 65. RGB value is (16,171,101). Sum of RGB (Red+Green+Blue) = 16+171+101=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB65 is #EF549A. Grayscale: #747474. Windows color (decimal): -15684763 or 6662928. OLE color: 6662928.
HSL color Cylindrical-coordinate representation of color #10AB65: hue angle of 152.9º 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 #10AB65 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 101 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.33 |
| HSL | 152.9º | 0.83% | 0.37% | - |
| HSV(B) | 152.9º | 0.91% | 0.67% | - |
| XYZ | 17.13 | 30.18 | 17.23 | - |
| YUV | 116.68 | 119.15 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 101 | 0.91 | 0 | 0.41 | 0.33 | 152.9 | 0.83 | 0.37 |
| Hex | 10 | AB | 65 | 5B | 0 | 29 | 21 | 99 | 53 | 25 |
| Octal | 20 | 253 | 145 | 133 | 0 | 51 | 41 | 231 | 123 | 45 |
| Binary | 10000 | 10101011 | 1100101 | 1011011 | 0 | 101001 | 100001 | 10011001 | 1010011 | 100101 |
Color Harmonies of #10AB65
Complementary color
Monochromatic Colors of #10AB65
Black with #10AB65
Text Example
Text Example
White with #10AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB65; }
p { color: rgb(16,171,101); }
H1.HeaderClassName
{
color: #10AB65;
}
.AnyTagClassName
{
color: #10AB65;
}
</style>
background-color css
<style>
a { background-color: #10AB65; }
a { background-color: rgb(16,171,101); }
div.DivClassName
{
background-color: #10AB65;
}
.BgClassName
{
background-color: #10AB65;
}
</style>
border-color css
<style>
span { border-color: #10AB65; }
span { border-color: rgb(16,171,101); }
td.TdClassName
{
border-color: #10AB65;
}
.TagClassName
{
border-color: #10AB65;
}
</style>