Shades of Pigment Green #10A647
Tints of Pigment Green #10A647
RGB
CMYK
RGB Variations
Color information
#10A647 (or 0x10A647) is known color: Pigment Green. HEX triplet: 10, A6 and 47. RGB value is (16,166,71). Sum of RGB (Red+Green+Blue) = 16+166+71=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #10A647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A647 is #EF59B8. Grayscale: #6E6E6E. Windows color (decimal): -15686073 or 4695568. OLE color: 4695568.
HSL color Cylindrical-coordinate representation of color #10A647: hue angle of 142º 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 #10A647 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 71 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.35 |
| HSL | 142º | 0.82% | 0.36% | - |
| HSV(B) | 142º | 0.9% | 0.65% | - |
| XYZ | 14.99 | 27.84 | 10.54 | - |
| YUV | 110.32 | 105.81 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 71 | 0.90 | 0 | 0.57 | 0.35 | 142 | 0.82 | 0.36 |
| Hex | 10 | A6 | 47 | 5A | 0 | 39 | 23 | 8E | 52 | 24 |
| Octal | 20 | 246 | 107 | 132 | 0 | 71 | 43 | 216 | 122 | 44 |
| Binary | 10000 | 10100110 | 1000111 | 1011010 | 0 | 111001 | 100011 | 10001110 | 1010010 | 100100 |
Color Harmonies of #10A647
Complementary color
Monochromatic Colors of #10A647
Black with #10A647
Text Example
Text Example
White with #10A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A647; }
p { color: rgb(16,166,71); }
H1.HeaderClassName
{
color: #10A647;
}
.AnyTagClassName
{
color: #10A647;
}
</style>
background-color css
<style>
a { background-color: #10A647; }
a { background-color: rgb(16,166,71); }
div.DivClassName
{
background-color: #10A647;
}
.BgClassName
{
background-color: #10A647;
}
</style>
border-color css
<style>
span { border-color: #10A647; }
span { border-color: rgb(16,166,71); }
td.TdClassName
{
border-color: #10A647;
}
.TagClassName
{
border-color: #10A647;
}
</style>