Shades of Pigment Green #10A047
Tints of Pigment Green #10A047
RGB
CMYK
RGB Variations
Color information
#10A047 (or 0x10A047) is known color: Pigment Green. HEX triplet: 10, A0 and 47. RGB value is (16,160,71). Sum of RGB (Red+Green+Blue) = 16+160+71=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #10A047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A047 is #EF5FB8. Grayscale: #6B6B6B. Windows color (decimal): -15687609 or 4694032. OLE color: 4694032.
HSL color Cylindrical-coordinate representation of color #10A047: hue angle of 142.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A047 is Cyan = 0.9, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 71 | - |
| CMYK | 0.9 | 0 | 0.56 | 0.37 |
| HSL | 142.92º | 0.82% | 0.35% | - |
| HSV(B) | 142.92º | 0.9% | 0.63% | - |
| XYZ | 13.92 | 25.71 | 10.19 | - |
| YUV | 106.8 | 107.79 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 71 | 0.9 | 0 | 0.56 | 0.37 | 142.92 | 0.82 | 0.35 |
| Hex | 10 | A0 | 47 | 5A | 0 | 38 | 25 | 8F | 52 | 23 |
| Octal | 20 | 240 | 107 | 132 | 0 | 70 | 45 | 217 | 122 | 43 |
| Binary | 10000 | 10100000 | 1000111 | 1011010 | 0 | 111000 | 100101 | 10001111 | 1010010 | 100011 |
Color Harmonies of #10A047
Complementary color
Monochromatic Colors of #10A047
Black with #10A047
Text Example
Text Example
White with #10A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A047; }
p { color: rgb(16,160,71); }
H1.HeaderClassName
{
color: #10A047;
}
.AnyTagClassName
{
color: #10A047;
}
</style>
background-color css
<style>
a { background-color: #10A047; }
a { background-color: rgb(16,160,71); }
div.DivClassName
{
background-color: #10A047;
}
.BgClassName
{
background-color: #10A047;
}
</style>
border-color css
<style>
span { border-color: #10A047; }
span { border-color: rgb(16,160,71); }
td.TdClassName
{
border-color: #10A047;
}
.TagClassName
{
border-color: #10A047;
}
</style>