Shades of Pigment Green #10A941
Tints of Pigment Green #10A941
RGB
CMYK
RGB Variations
Color information
#10A941 (or 0x10A941) is known color: Pigment Green. HEX triplet: 10, A9 and 41. RGB value is (16,169,65). Sum of RGB (Red+Green+Blue) = 16+169+65=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 169 (66.41% from 255 or 67.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 169 - color contains mainly: green. Hex color #10A941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A941 is #EF56BE. Grayscale: #6F6F6F. Windows color (decimal): -15685311 or 4303120. OLE color: 4303120.
HSL color Cylindrical-coordinate representation of color #10A941: hue angle of 139.22º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A941 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 65 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.34 |
| HSL | 139.22º | 0.83% | 0.36% | - |
| HSV(B) | 139.22º | 0.91% | 0.66% | - |
| XYZ | 15.36 | 28.87 | 9.76 | - |
| YUV | 111.4 | 101.81 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 65 | 0.91 | 0 | 0.62 | 0.34 | 139.22 | 0.83 | 0.36 |
| Hex | 10 | A9 | 41 | 5B | 0 | 3E | 22 | 8B | 53 | 24 |
| Octal | 20 | 251 | 101 | 133 | 0 | 76 | 42 | 213 | 123 | 44 |
| Binary | 10000 | 10101001 | 1000001 | 1011011 | 0 | 111110 | 100010 | 10001011 | 1010011 | 100100 |
Color Harmonies of #10A941
Complementary color
Monochromatic Colors of #10A941
Black with #10A941
Text Example
Text Example
White with #10A941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A941; }
p { color: rgb(16,169,65); }
H1.HeaderClassName
{
color: #10A941;
}
.AnyTagClassName
{
color: #10A941;
}
</style>
background-color css
<style>
a { background-color: #10A941; }
a { background-color: rgb(16,169,65); }
div.DivClassName
{
background-color: #10A941;
}
.BgClassName
{
background-color: #10A941;
}
</style>
border-color css
<style>
span { border-color: #10A941; }
span { border-color: rgb(16,169,65); }
td.TdClassName
{
border-color: #10A941;
}
.TagClassName
{
border-color: #10A941;
}
</style>