Shades of Pigment Green #10A64E
Tints of Pigment Green #10A64E
RGB
CMYK
RGB Variations
Color information
#10A64E (or 0x10A64E) is known color: Pigment Green. HEX triplet: 10, A6 and 4E. RGB value is (16,166,78). Sum of RGB (Red+Green+Blue) = 16+166+78=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #10A64E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A64E is #EF59B1. Grayscale: #6F6F6F. Windows color (decimal): -15686066 or 5154320. OLE color: 5154320.
HSL color Cylindrical-coordinate representation of color #10A64E: hue angle of 144.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 #10A64E is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 78 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.35 |
| HSL | 144.8º | 0.82% | 0.36% | - |
| HSV(B) | 144.8º | 0.9% | 0.65% | - |
| XYZ | 15.23 | 27.93 | 11.8 | - |
| YUV | 111.12 | 109.31 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 78 | 0.90 | 0 | 0.53 | 0.35 | 144.8 | 0.82 | 0.36 |
| Hex | 10 | A6 | 4E | 5A | 0 | 35 | 23 | 91 | 52 | 24 |
| Octal | 20 | 246 | 116 | 132 | 0 | 65 | 43 | 221 | 122 | 44 |
| Binary | 10000 | 10100110 | 1001110 | 1011010 | 0 | 110101 | 100011 | 10010001 | 1010010 | 100100 |
Color Harmonies of #10A64E
Complementary color
Monochromatic Colors of #10A64E
Black with #10A64E
Text Example
Text Example
White with #10A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A64E; }
p { color: rgb(16,166,78); }
H1.HeaderClassName
{
color: #10A64E;
}
.AnyTagClassName
{
color: #10A64E;
}
</style>
background-color css
<style>
a { background-color: #10A64E; }
a { background-color: rgb(16,166,78); }
div.DivClassName
{
background-color: #10A64E;
}
.BgClassName
{
background-color: #10A64E;
}
</style>
border-color css
<style>
span { border-color: #10A64E; }
span { border-color: rgb(16,166,78); }
td.TdClassName
{
border-color: #10A64E;
}
.TagClassName
{
border-color: #10A64E;
}
</style>