Shades of Pigment Green #10AA57
Tints of Pigment Green #10AA57
RGB
CMYK
RGB Variations
Color information
#10AA57 (or 0x10AA57) is known color: Pigment Green. HEX triplet: 10, AA and 57. RGB value is (16,170,87). Sum of RGB (Red+Green+Blue) = 16+170+87=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA57 is #EF55A8. Grayscale: #727272. Windows color (decimal): -15685033 or 5745168. OLE color: 5745168.
HSL color Cylindrical-coordinate representation of color #10AA57: hue angle of 147.66º 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 #10AA57 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 87 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.33 |
| HSL | 147.66º | 0.83% | 0.36% | - |
| HSV(B) | 147.66º | 0.91% | 0.67% | - |
| XYZ | 16.31 | 29.55 | 13.86 | - |
| YUV | 114.49 | 112.48 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 87 | 0.91 | 0 | 0.49 | 0.33 | 147.66 | 0.83 | 0.36 |
| Hex | 10 | AA | 57 | 5B | 0 | 31 | 21 | 94 | 53 | 24 |
| Octal | 20 | 252 | 127 | 133 | 0 | 61 | 41 | 224 | 123 | 44 |
| Binary | 10000 | 10101010 | 1010111 | 1011011 | 0 | 110001 | 100001 | 10010100 | 1010011 | 100100 |
Color Harmonies of #10AA57
Complementary color
Monochromatic Colors of #10AA57
Black with #10AA57
Text Example
Text Example
White with #10AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA57; }
p { color: rgb(16,170,87); }
H1.HeaderClassName
{
color: #10AA57;
}
.AnyTagClassName
{
color: #10AA57;
}
</style>
background-color css
<style>
a { background-color: #10AA57; }
a { background-color: rgb(16,170,87); }
div.DivClassName
{
background-color: #10AA57;
}
.BgClassName
{
background-color: #10AA57;
}
</style>
border-color css
<style>
span { border-color: #10AA57; }
span { border-color: rgb(16,170,87); }
td.TdClassName
{
border-color: #10AA57;
}
.TagClassName
{
border-color: #10AA57;
}
</style>