Shades of Pigment Green #11A54A
Tints of Pigment Green #11A54A
RGB
CMYK
RGB Variations
Color information
#11A54A (or 0x11A54A) is known color: Pigment Green. HEX triplet: 11, A5 and 4A. RGB value is (17,165,74). Sum of RGB (Red+Green+Blue) = 17+165+74=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #11A54A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A54A is #EE5AB5. Grayscale: #6E6E6E. Windows color (decimal): -15620790 or 4891921. OLE color: 4891921.
HSL color Cylindrical-coordinate representation of color #11A54A: hue angle of 143.11º degrees, saturation: 0.81, 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 #11A54A is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 165 | 74 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.35 |
| HSL | 143.11º | 0.81% | 0.36% | - |
| HSV(B) | 143.11º | 0.9% | 0.65% | - |
| XYZ | 14.92 | 27.52 | 11 | - |
| YUV | 110.37 | 107.47 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 74 | 0.90 | 0 | 0.55 | 0.35 | 143.11 | 0.81 | 0.36 |
| Hex | 11 | A5 | 4A | 5A | 0 | 37 | 23 | 8F | 51 | 24 |
| Octal | 21 | 245 | 112 | 132 | 0 | 67 | 43 | 217 | 121 | 44 |
| Binary | 10001 | 10100101 | 1001010 | 1011010 | 0 | 110111 | 100011 | 10001111 | 1010001 | 100100 |
Color Harmonies of #11A54A
Complementary color
Monochromatic Colors of #11A54A
Black with #11A54A
Text Example
Text Example
White with #11A54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A54A; }
p { color: rgb(17,165,74); }
H1.HeaderClassName
{
color: #11A54A;
}
.AnyTagClassName
{
color: #11A54A;
}
</style>
background-color css
<style>
a { background-color: #11A54A; }
a { background-color: rgb(17,165,74); }
div.DivClassName
{
background-color: #11A54A;
}
.BgClassName
{
background-color: #11A54A;
}
</style>
border-color css
<style>
span { border-color: #11A54A; }
span { border-color: rgb(17,165,74); }
td.TdClassName
{
border-color: #11A54A;
}
.TagClassName
{
border-color: #11A54A;
}
</style>