Shades of Pigment Green #10A649
Tints of Pigment Green #10A649
RGB
CMYK
RGB Variations
Color information
#10A649 (or 0x10A649) is known color: Pigment Green. HEX triplet: 10, A6 and 49. RGB value is (16,166,73). Sum of RGB (Red+Green+Blue) = 16+166+73=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #10A649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A649 is #EF59B6. Grayscale: #6E6E6E. Windows color (decimal): -15686071 or 4826640. OLE color: 4826640.
HSL color Cylindrical-coordinate representation of color #10A649: hue angle of 142.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A649 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 73 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.35 |
| HSL | 142.8º | 0.82% | 0.36% | - |
| HSV(B) | 142.8º | 0.9% | 0.65% | - |
| XYZ | 15.05 | 27.86 | 10.89 | - |
| YUV | 110.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 73 | 0.90 | 0 | 0.56 | 0.35 | 142.8 | 0.82 | 0.36 |
| Hex | 10 | A6 | 49 | 5A | 0 | 38 | 23 | 8F | 52 | 24 |
| Octal | 20 | 246 | 111 | 132 | 0 | 70 | 43 | 217 | 122 | 44 |
| Binary | 10000 | 10100110 | 1001001 | 1011010 | 0 | 111000 | 100011 | 10001111 | 1010010 | 100100 |
Color Harmonies of #10A649
Complementary color
Monochromatic Colors of #10A649
Black with #10A649
Text Example
Text Example
White with #10A649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A649; }
p { color: rgb(16,166,73); }
H1.HeaderClassName
{
color: #10A649;
}
.AnyTagClassName
{
color: #10A649;
}
</style>
background-color css
<style>
a { background-color: #10A649; }
a { background-color: rgb(16,166,73); }
div.DivClassName
{
background-color: #10A649;
}
.BgClassName
{
background-color: #10A649;
}
</style>
border-color css
<style>
span { border-color: #10A649; }
span { border-color: rgb(16,166,73); }
td.TdClassName
{
border-color: #10A649;
}
.TagClassName
{
border-color: #10A649;
}
</style>