Shades of Jade #10AE60
Tints of Jade #10AE60
RGB
CMYK
RGB Variations
Color information
#10AE60 (or 0x10AE60) is known color: Jade. HEX triplet: 10, AE and 60. RGB value is (16,174,96). Sum of RGB (Red+Green+Blue) = 16+174+96=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AE60 is #EF519F. Grayscale: #767676. Windows color (decimal): -15684000 or 6336016. OLE color: 6336016.
HSL color Cylindrical-coordinate representation of color #10AE60: hue angle of 150.38º 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 #10AE60 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 96 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.32 |
| HSL | 150.38º | 0.83% | 0.37% | - |
| HSV(B) | 150.38º | 0.91% | 0.68% | - |
| XYZ | 17.46 | 31.23 | 16.17 | - |
| YUV | 117.87 | 115.65 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 96 | 0.91 | 0 | 0.45 | 0.32 | 150.38 | 0.83 | 0.37 |
| Hex | 10 | AE | 60 | 5B | 0 | 2D | 20 | 96 | 53 | 25 |
| Octal | 20 | 256 | 140 | 133 | 0 | 55 | 40 | 226 | 123 | 45 |
| Binary | 10000 | 10101110 | 1100000 | 1011011 | 0 | 101101 | 100000 | 10010110 | 1010011 | 100101 |
Color Harmonies of #10AE60
Complementary color
Monochromatic Colors of #10AE60
Black with #10AE60
Text Example
Text Example
White with #10AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AE60; }
p { color: rgb(16,174,96); }
H1.HeaderClassName
{
color: #10AE60;
}
.AnyTagClassName
{
color: #10AE60;
}
</style>
background-color css
<style>
a { background-color: #10AE60; }
a { background-color: rgb(16,174,96); }
div.DivClassName
{
background-color: #10AE60;
}
.BgClassName
{
background-color: #10AE60;
}
</style>
border-color css
<style>
span { border-color: #10AE60; }
span { border-color: rgb(16,174,96); }
td.TdClassName
{
border-color: #10AE60;
}
.TagClassName
{
border-color: #10AE60;
}
</style>