Shades of Pigment Green #10AA4E
Tints of Pigment Green #10AA4E
RGB
CMYK
RGB Variations
Color information
#10AA4E (or 0x10AA4E) is known color: Pigment Green. HEX triplet: 10, AA and 4E. RGB value is (16,170,78). Sum of RGB (Red+Green+Blue) = 16+170+78=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA4E is #EF55B1. Grayscale: #717171. Windows color (decimal): -15685042 or 5155344. OLE color: 5155344.
HSL color Cylindrical-coordinate representation of color #10AA4E: hue angle of 144.16º 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 #10AA4E is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 78 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.33 |
| HSL | 144.16º | 0.83% | 0.36% | - |
| HSV(B) | 144.16º | 0.91% | 0.67% | - |
| XYZ | 15.96 | 29.41 | 12.04 | - |
| YUV | 113.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 78 | 0.91 | 0 | 0.54 | 0.33 | 144.16 | 0.83 | 0.36 |
| Hex | 10 | AA | 4E | 5B | 0 | 36 | 21 | 90 | 53 | 24 |
| Octal | 20 | 252 | 116 | 133 | 0 | 66 | 41 | 220 | 123 | 44 |
| Binary | 10000 | 10101010 | 1001110 | 1011011 | 0 | 110110 | 100001 | 10010000 | 1010011 | 100100 |
Color Harmonies of #10AA4E
Complementary color
Monochromatic Colors of #10AA4E
Black with #10AA4E
Text Example
Text Example
White with #10AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA4E; }
p { color: rgb(16,170,78); }
H1.HeaderClassName
{
color: #10AA4E;
}
.AnyTagClassName
{
color: #10AA4E;
}
</style>
background-color css
<style>
a { background-color: #10AA4E; }
a { background-color: rgb(16,170,78); }
div.DivClassName
{
background-color: #10AA4E;
}
.BgClassName
{
background-color: #10AA4E;
}
</style>
border-color css
<style>
span { border-color: #10AA4E; }
span { border-color: rgb(16,170,78); }
td.TdClassName
{
border-color: #10AA4E;
}
.TagClassName
{
border-color: #10AA4E;
}
</style>