Shades of Pigment Green #10A74E
Tints of Pigment Green #10A74E
RGB
CMYK
RGB Variations
Color information
#10A74E (or 0x10A74E) is known color: Pigment Green. HEX triplet: 10, A7 and 4E. RGB value is (16,167,78). Sum of RGB (Red+Green+Blue) = 16+167+78=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 167 (65.62% from 255 or 63.98% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 167 - color contains mainly: green. Hex color #10A74E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A74E is #EF58B1. Grayscale: #6F6F6F. Windows color (decimal): -15685810 or 5154576. OLE color: 5154576.
HSL color Cylindrical-coordinate representation of color #10A74E: hue angle of 144.64º degrees, saturation: 0.83, 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 #10A74E is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 167 | 78 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.35 |
| HSL | 144.64º | 0.83% | 0.36% | - |
| HSV(B) | 144.64º | 0.9% | 0.65% | - |
| XYZ | 15.41 | 28.3 | 11.86 | - |
| YUV | 111.71 | 108.97 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 78 | 0.90 | 0 | 0.53 | 0.35 | 144.64 | 0.83 | 0.36 |
| Hex | 10 | A7 | 4E | 5A | 0 | 35 | 23 | 91 | 53 | 24 |
| Octal | 20 | 247 | 116 | 132 | 0 | 65 | 43 | 221 | 123 | 44 |
| Binary | 10000 | 10100111 | 1001110 | 1011010 | 0 | 110101 | 100011 | 10010001 | 1010011 | 100100 |
Color Harmonies of #10A74E
Complementary color
Monochromatic Colors of #10A74E
Black with #10A74E
Text Example
Text Example
White with #10A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A74E; }
p { color: rgb(16,167,78); }
H1.HeaderClassName
{
color: #10A74E;
}
.AnyTagClassName
{
color: #10A74E;
}
</style>
background-color css
<style>
a { background-color: #10A74E; }
a { background-color: rgb(16,167,78); }
div.DivClassName
{
background-color: #10A74E;
}
.BgClassName
{
background-color: #10A74E;
}
</style>
border-color css
<style>
span { border-color: #10A74E; }
span { border-color: rgb(16,167,78); }
td.TdClassName
{
border-color: #10A74E;
}
.TagClassName
{
border-color: #10A74E;
}
</style>