Shades of Pigment Green #10AA5C
Tints of Pigment Green #10AA5C
RGB
CMYK
RGB Variations
Color information
#10AA5C (or 0x10AA5C) is known color: Pigment Green. HEX triplet: 10, AA and 5C. RGB value is (16,170,92). Sum of RGB (Red+Green+Blue) = 16+170+92=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA5C is #EF55A3. Grayscale: #737373. Windows color (decimal): -15685028 or 6072848. OLE color: 6072848.
HSL color Cylindrical-coordinate representation of color #10AA5C: hue angle of 149.61º 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 #10AA5C is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 92 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.33 |
| HSL | 149.61º | 0.83% | 0.36% | - |
| HSV(B) | 149.61º | 0.91% | 0.67% | - |
| XYZ | 16.52 | 29.63 | 14.97 | - |
| YUV | 115.06 | 114.98 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 92 | 0.91 | 0 | 0.46 | 0.33 | 149.61 | 0.83 | 0.36 |
| Hex | 10 | AA | 5C | 5B | 0 | 2E | 21 | 96 | 53 | 24 |
| Octal | 20 | 252 | 134 | 133 | 0 | 56 | 41 | 226 | 123 | 44 |
| Binary | 10000 | 10101010 | 1011100 | 1011011 | 0 | 101110 | 100001 | 10010110 | 1010011 | 100100 |
Color Harmonies of #10AA5C
Complementary color
Monochromatic Colors of #10AA5C
Black with #10AA5C
Text Example
Text Example
White with #10AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA5C; }
p { color: rgb(16,170,92); }
H1.HeaderClassName
{
color: #10AA5C;
}
.AnyTagClassName
{
color: #10AA5C;
}
</style>
background-color css
<style>
a { background-color: #10AA5C; }
a { background-color: rgb(16,170,92); }
div.DivClassName
{
background-color: #10AA5C;
}
.BgClassName
{
background-color: #10AA5C;
}
</style>
border-color css
<style>
span { border-color: #10AA5C; }
span { border-color: rgb(16,170,92); }
td.TdClassName
{
border-color: #10AA5C;
}
.TagClassName
{
border-color: #10AA5C;
}
</style>