Shades of Jade #10AD60
Tints of Jade #10AD60
RGB
CMYK
RGB Variations
Color information
#10AD60 (or 0x10AD60) is known color: Jade. HEX triplet: 10, AD and 60. RGB value is (16,173,96). Sum of RGB (Red+Green+Blue) = 16+173+96=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AD60 is #EF529F. Grayscale: #757575. Windows color (decimal): -15684256 or 6335760. OLE color: 6335760.
HSL color Cylindrical-coordinate representation of color #10AD60: hue angle of 150.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD60 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 96 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.32 |
| HSL | 150.57º | 0.83% | 0.37% | - |
| HSV(B) | 150.57º | 0.91% | 0.68% | - |
| XYZ | 17.27 | 30.84 | 16.11 | - |
| YUV | 117.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 96 | 0.91 | 0 | 0.45 | 0.32 | 150.57 | 0.83 | 0.37 |
| Hex | 10 | AD | 60 | 5B | 0 | 2D | 20 | 97 | 53 | 25 |
| Octal | 20 | 255 | 140 | 133 | 0 | 55 | 40 | 227 | 123 | 45 |
| Binary | 10000 | 10101101 | 1100000 | 1011011 | 0 | 101101 | 100000 | 10010111 | 1010011 | 100101 |
Color Harmonies of #10AD60
Complementary color
Monochromatic Colors of #10AD60
Black with #10AD60
Text Example
Text Example
White with #10AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD60; }
p { color: rgb(16,173,96); }
H1.HeaderClassName
{
color: #10AD60;
}
.AnyTagClassName
{
color: #10AD60;
}
</style>
background-color css
<style>
a { background-color: #10AD60; }
a { background-color: rgb(16,173,96); }
div.DivClassName
{
background-color: #10AD60;
}
.BgClassName
{
background-color: #10AD60;
}
</style>
border-color css
<style>
span { border-color: #10AD60; }
span { border-color: rgb(16,173,96); }
td.TdClassName
{
border-color: #10AD60;
}
.TagClassName
{
border-color: #10AD60;
}
</style>