Shades of Pigment Green #11A548
Tints of Pigment Green #11A548
RGB
CMYK
RGB Variations
Color information
#11A548 (or 0x11A548) is known color: Pigment Green. HEX triplet: 11, A5 and 48. RGB value is (17,165,72). Sum of RGB (Red+Green+Blue) = 17+165+72=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #11A548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A548 is #EE5AB7. Grayscale: #6E6E6E. Windows color (decimal): -15620792 or 4760849. OLE color: 4760849.
HSL color Cylindrical-coordinate representation of color #11A548: hue angle of 142.3º 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 #11A548 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 165 | 72 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.35 |
| HSL | 142.3º | 0.81% | 0.36% | - |
| HSV(B) | 142.3º | 0.9% | 0.65% | - |
| XYZ | 14.86 | 27.5 | 10.66 | - |
| YUV | 110.15 | 106.47 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 72 | 0.90 | 0 | 0.56 | 0.35 | 142.3 | 0.81 | 0.36 |
| Hex | 11 | A5 | 48 | 5A | 0 | 38 | 23 | 8E | 51 | 24 |
| Octal | 21 | 245 | 110 | 132 | 0 | 70 | 43 | 216 | 121 | 44 |
| Binary | 10001 | 10100101 | 1001000 | 1011010 | 0 | 111000 | 100011 | 10001110 | 1010001 | 100100 |
Color Harmonies of #11A548
Complementary color
Monochromatic Colors of #11A548
Black with #11A548
Text Example
Text Example
White with #11A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A548; }
p { color: rgb(17,165,72); }
H1.HeaderClassName
{
color: #11A548;
}
.AnyTagClassName
{
color: #11A548;
}
</style>
background-color css
<style>
a { background-color: #11A548; }
a { background-color: rgb(17,165,72); }
div.DivClassName
{
background-color: #11A548;
}
.BgClassName
{
background-color: #11A548;
}
</style>
border-color css
<style>
span { border-color: #11A548; }
span { border-color: rgb(17,165,72); }
td.TdClassName
{
border-color: #11A548;
}
.TagClassName
{
border-color: #11A548;
}
</style>