Shades of Jade #10AA63
Tints of Jade #10AA63
RGB
CMYK
RGB Variations
Color information
#10AA63 (or 0x10AA63) is known color: Jade. HEX triplet: 10, AA and 63. RGB value is (16,170,99). Sum of RGB (Red+Green+Blue) = 16+170+99=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA63 is #EF559C. Grayscale: #737373. Windows color (decimal): -15685021 or 6531600. OLE color: 6531600.
HSL color Cylindrical-coordinate representation of color #10AA63: hue angle of 152.34º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA63 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 99 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.33 |
| HSL | 152.34º | 0.83% | 0.36% | - |
| HSV(B) | 152.34º | 0.91% | 0.67% | - |
| XYZ | 16.84 | 29.76 | 16.66 | - |
| YUV | 115.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 99 | 0.91 | 0 | 0.42 | 0.33 | 152.34 | 0.83 | 0.36 |
| Hex | 10 | AA | 63 | 5B | 0 | 2A | 21 | 98 | 53 | 24 |
| Octal | 20 | 252 | 143 | 133 | 0 | 52 | 41 | 230 | 123 | 44 |
| Binary | 10000 | 10101010 | 1100011 | 1011011 | 0 | 101010 | 100001 | 10011000 | 1010011 | 100100 |
Color Harmonies of #10AA63
Complementary color
Monochromatic Colors of #10AA63
Black with #10AA63
Text Example
Text Example
White with #10AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA63; }
p { color: rgb(16,170,99); }
H1.HeaderClassName
{
color: #10AA63;
}
.AnyTagClassName
{
color: #10AA63;
}
</style>
background-color css
<style>
a { background-color: #10AA63; }
a { background-color: rgb(16,170,99); }
div.DivClassName
{
background-color: #10AA63;
}
.BgClassName
{
background-color: #10AA63;
}
</style>
border-color css
<style>
span { border-color: #10AA63; }
span { border-color: rgb(16,170,99); }
td.TdClassName
{
border-color: #10AA63;
}
.TagClassName
{
border-color: #10AA63;
}
</style>