Shades of Jade #10AB76
Tints of Jade #10AB76
RGB
CMYK
RGB Variations
Color information
#10AB76 (or 0x10AB76) is known color: Jade. HEX triplet: 10, AB and 76. RGB value is (16,171,118). Sum of RGB (Red+Green+Blue) = 16+171+118=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB76 is #EF5489. Grayscale: #767676. Windows color (decimal): -15684746 or 7777040. OLE color: 7777040.
HSL color Cylindrical-coordinate representation of color #10AB76: hue angle of 159.48º 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 #10AB76 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 118 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.33 |
| HSL | 159.48º | 0.83% | 0.37% | - |
| HSV(B) | 159.48º | 0.91% | 0.67% | - |
| XYZ | 18.05 | 30.54 | 22.08 | - |
| YUV | 118.61 | 127.65 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 118 | 0.91 | 0 | 0.31 | 0.33 | 159.48 | 0.83 | 0.37 |
| Hex | 10 | AB | 76 | 5B | 0 | 1F | 21 | 9F | 53 | 25 |
| Octal | 20 | 253 | 166 | 133 | 0 | 37 | 41 | 237 | 123 | 45 |
| Binary | 10000 | 10101011 | 1110110 | 1011011 | 0 | 11111 | 100001 | 10011111 | 1010011 | 100101 |
Color Harmonies of #10AB76
Complementary color
Monochromatic Colors of #10AB76
Black with #10AB76
Text Example
Text Example
White with #10AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB76; }
p { color: rgb(16,171,118); }
H1.HeaderClassName
{
color: #10AB76;
}
.AnyTagClassName
{
color: #10AB76;
}
</style>
background-color css
<style>
a { background-color: #10AB76; }
a { background-color: rgb(16,171,118); }
div.DivClassName
{
background-color: #10AB76;
}
.BgClassName
{
background-color: #10AB76;
}
</style>
border-color css
<style>
span { border-color: #10AB76; }
span { border-color: rgb(16,171,118); }
td.TdClassName
{
border-color: #10AB76;
}
.TagClassName
{
border-color: #10AB76;
}
</style>