Shades of Jade #10A16D
Tints of Jade #10A16D
RGB
CMYK
RGB Variations
Color information
#10A16D (or 0x10A16D) is known color: Jade. HEX triplet: 10, A1 and 6D. RGB value is (16,161,109). Sum of RGB (Red+Green+Blue) = 16+161+109=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #10A16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A16D is #EF5E92. Grayscale: #6F6F6F. Windows color (decimal): -15687315 or 7184656. OLE color: 7184656.
HSL color Cylindrical-coordinate representation of color #10A16D: hue angle of 158.48º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A16D is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 161 | 109 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.37 |
| HSL | 158.48º | 0.82% | 0.35% | - |
| HSV(B) | 158.48º | 0.9% | 0.63% | - |
| XYZ | 15.72 | 26.7 | 18.79 | - |
| YUV | 111.72 | 126.46 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 109 | 0.90 | 0 | 0.32 | 0.37 | 158.48 | 0.82 | 0.35 |
| Hex | 10 | A1 | 6D | 5A | 0 | 20 | 25 | 9E | 52 | 23 |
| Octal | 20 | 241 | 155 | 132 | 0 | 40 | 45 | 236 | 122 | 43 |
| Binary | 10000 | 10100001 | 1101101 | 1011010 | 0 | 100000 | 100101 | 10011110 | 1010010 | 100011 |
Color Harmonies of #10A16D
Complementary color
Monochromatic Colors of #10A16D
Black with #10A16D
Text Example
Text Example
White with #10A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A16D; }
p { color: rgb(16,161,109); }
H1.HeaderClassName
{
color: #10A16D;
}
.AnyTagClassName
{
color: #10A16D;
}
</style>
background-color css
<style>
a { background-color: #10A16D; }
a { background-color: rgb(16,161,109); }
div.DivClassName
{
background-color: #10A16D;
}
.BgClassName
{
background-color: #10A16D;
}
</style>
border-color css
<style>
span { border-color: #10A16D; }
span { border-color: rgb(16,161,109); }
td.TdClassName
{
border-color: #10A16D;
}
.TagClassName
{
border-color: #10A16D;
}
</style>