Shades of Pigment Green #11A74A
Tints of Pigment Green #11A74A
RGB
CMYK
RGB Variations
Color information
#11A74A (or 0x11A74A) is known color: Pigment Green. HEX triplet: 11, A7 and 4A. RGB value is (17,167,74). Sum of RGB (Red+Green+Blue) = 17+167+74=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 167 (65.62% from 255 or 64.73% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 167 - color contains mainly: green. Hex color #11A74A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A74A is #EE58B5. Grayscale: #6F6F6F. Windows color (decimal): -15620278 or 4892433. OLE color: 4892433.
HSL color Cylindrical-coordinate representation of color #11A74A: 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 #11A74A is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 167 | 74 | - |
| 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.29 | 28.25 | 11.13 | - |
| YUV | 111.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 167 | 74 | 0.90 | 0 | 0.56 | 0.35 | 142.8 | 0.82 | 0.36 |
| Hex | 11 | A7 | 4A | 5A | 0 | 38 | 23 | 8F | 52 | 24 |
| Octal | 21 | 247 | 112 | 132 | 0 | 70 | 43 | 217 | 122 | 44 |
| Binary | 10001 | 10100111 | 1001010 | 1011010 | 0 | 111000 | 100011 | 10001111 | 1010010 | 100100 |
Color Harmonies of #11A74A
Complementary color
Monochromatic Colors of #11A74A
Black with #11A74A
Text Example
Text Example
White with #11A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A74A; }
p { color: rgb(17,167,74); }
H1.HeaderClassName
{
color: #11A74A;
}
.AnyTagClassName
{
color: #11A74A;
}
</style>
background-color css
<style>
a { background-color: #11A74A; }
a { background-color: rgb(17,167,74); }
div.DivClassName
{
background-color: #11A74A;
}
.BgClassName
{
background-color: #11A74A;
}
</style>
border-color css
<style>
span { border-color: #11A74A; }
span { border-color: rgb(17,167,74); }
td.TdClassName
{
border-color: #11A74A;
}
.TagClassName
{
border-color: #11A74A;
}
</style>