Shades of Jade #10AC62
Tints of Jade #10AC62
RGB
CMYK
RGB Variations
Color information
#10AC62 (or 0x10AC62) is known color: Jade. HEX triplet: 10, AC and 62. RGB value is (16,172,98). Sum of RGB (Red+Green+Blue) = 16+172+98=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC62 is #EF539D. Grayscale: #757575. Windows color (decimal): -15684510 or 6466576. OLE color: 6466576.
HSL color Cylindrical-coordinate representation of color #10AC62: hue angle of 151.54º 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 #10AC62 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 98 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.33 |
| HSL | 151.54º | 0.83% | 0.37% | - |
| HSV(B) | 151.54º | 0.91% | 0.67% | - |
| XYZ | 17.17 | 30.5 | 16.54 | - |
| YUV | 116.92 | 117.32 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 98 | 0.91 | 0 | 0.43 | 0.33 | 151.54 | 0.83 | 0.37 |
| Hex | 10 | AC | 62 | 5B | 0 | 2B | 21 | 98 | 53 | 25 |
| Octal | 20 | 254 | 142 | 133 | 0 | 53 | 41 | 230 | 123 | 45 |
| Binary | 10000 | 10101100 | 1100010 | 1011011 | 0 | 101011 | 100001 | 10011000 | 1010011 | 100101 |
Color Harmonies of #10AC62
Complementary color
Monochromatic Colors of #10AC62
Black with #10AC62
Text Example
Text Example
White with #10AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC62; }
p { color: rgb(16,172,98); }
H1.HeaderClassName
{
color: #10AC62;
}
.AnyTagClassName
{
color: #10AC62;
}
</style>
background-color css
<style>
a { background-color: #10AC62; }
a { background-color: rgb(16,172,98); }
div.DivClassName
{
background-color: #10AC62;
}
.BgClassName
{
background-color: #10AC62;
}
</style>
border-color css
<style>
span { border-color: #10AC62; }
span { border-color: rgb(16,172,98); }
td.TdClassName
{
border-color: #10AC62;
}
.TagClassName
{
border-color: #10AC62;
}
</style>