Shades of Jade #10AF63
Tints of Jade #10AF63
RGB
CMYK
RGB Variations
Color information
#10AF63 (or 0x10AF63) is known color: Jade. HEX triplet: 10, AF and 63. RGB value is (16,175,99). Sum of RGB (Red+Green+Blue) = 16+175+99=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF63 is #EF509C. Grayscale: #767676. Windows color (decimal): -15683741 or 6532880. OLE color: 6532880.
HSL color Cylindrical-coordinate representation of color #10AF63: hue angle of 151.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF63 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 99 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.31 |
| HSL | 151.32º | 0.83% | 0.37% | - |
| HSV(B) | 151.32º | 0.91% | 0.69% | - |
| XYZ | 17.8 | 31.67 | 16.98 | - |
| YUV | 118.8 | 116.82 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 99 | 0.91 | 0 | 0.43 | 0.31 | 151.32 | 0.83 | 0.37 |
| Hex | 10 | AF | 63 | 5B | 0 | 2B | 1F | 97 | 53 | 25 |
| Octal | 20 | 257 | 143 | 133 | 0 | 53 | 37 | 227 | 123 | 45 |
| Binary | 10000 | 10101111 | 1100011 | 1011011 | 0 | 101011 | 11111 | 10010111 | 1010011 | 100101 |
Color Harmonies of #10AF63
Complementary color
Monochromatic Colors of #10AF63
Black with #10AF63
Text Example
Text Example
White with #10AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF63; }
p { color: rgb(16,175,99); }
H1.HeaderClassName
{
color: #10AF63;
}
.AnyTagClassName
{
color: #10AF63;
}
</style>
background-color css
<style>
a { background-color: #10AF63; }
a { background-color: rgb(16,175,99); }
div.DivClassName
{
background-color: #10AF63;
}
.BgClassName
{
background-color: #10AF63;
}
</style>
border-color css
<style>
span { border-color: #10AF63; }
span { border-color: rgb(16,175,99); }
td.TdClassName
{
border-color: #10AF63;
}
.TagClassName
{
border-color: #10AF63;
}
</style>