Shades of Pigment Green #10A949
Tints of Pigment Green #10A949
RGB
CMYK
RGB Variations
Color information
#10A949 (or 0x10A949) is known color: Pigment Green. HEX triplet: 10, A9 and 49. RGB value is (16,169,73). Sum of RGB (Red+Green+Blue) = 16+169+73=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 169 (66.41% from 255 or 65.50% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 169 - color contains mainly: green. Hex color #10A949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A949 is #EF56B6. Grayscale: #707070. Windows color (decimal): -15685303 or 4827408. OLE color: 4827408.
HSL color Cylindrical-coordinate representation of color #10A949: hue angle of 142.35º 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 #10A949 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 73 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.34 |
| HSL | 142.35º | 0.83% | 0.36% | - |
| HSV(B) | 142.35º | 0.91% | 0.66% | - |
| XYZ | 15.6 | 28.97 | 11.07 | - |
| YUV | 112.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 73 | 0.91 | 0 | 0.57 | 0.34 | 142.35 | 0.83 | 0.36 |
| Hex | 10 | A9 | 49 | 5B | 0 | 39 | 22 | 8E | 53 | 24 |
| Octal | 20 | 251 | 111 | 133 | 0 | 71 | 42 | 216 | 123 | 44 |
| Binary | 10000 | 10101001 | 1001001 | 1011011 | 0 | 111001 | 100010 | 10001110 | 1010011 | 100100 |
Color Harmonies of #10A949
Complementary color
Monochromatic Colors of #10A949
Black with #10A949
Text Example
Text Example
White with #10A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A949; }
p { color: rgb(16,169,73); }
H1.HeaderClassName
{
color: #10A949;
}
.AnyTagClassName
{
color: #10A949;
}
</style>
background-color css
<style>
a { background-color: #10A949; }
a { background-color: rgb(16,169,73); }
div.DivClassName
{
background-color: #10A949;
}
.BgClassName
{
background-color: #10A949;
}
</style>
border-color css
<style>
span { border-color: #10A949; }
span { border-color: rgb(16,169,73); }
td.TdClassName
{
border-color: #10A949;
}
.TagClassName
{
border-color: #10A949;
}
</style>