Shades of Pigment Green #11A558
Tints of Pigment Green #11A558
RGB
CMYK
RGB Variations
Color information
#11A558 (or 0x11A558) is known color: Pigment Green. HEX triplet: 11, A5 and 58. RGB value is (17,165,88). Sum of RGB (Red+Green+Blue) = 17+165+88=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 165 (64.84% from 255 or 61.11% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 165 - color contains mainly: green. Hex color #11A558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A558 is #EE5AA7. Grayscale: #707070. Windows color (decimal): -15620776 or 5809425. OLE color: 5809425.
HSL color Cylindrical-coordinate representation of color #11A558: hue angle of 148.78º 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 #11A558 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 165 | 88 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.35 |
| HSL | 148.78º | 0.81% | 0.36% | - |
| HSV(B) | 148.78º | 0.9% | 0.65% | - |
| XYZ | 15.45 | 27.73 | 13.77 | - |
| YUV | 111.97 | 114.47 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 88 | 0.90 | 0 | 0.47 | 0.35 | 148.78 | 0.81 | 0.36 |
| Hex | 11 | A5 | 58 | 5A | 0 | 2F | 23 | 95 | 51 | 24 |
| Octal | 21 | 245 | 130 | 132 | 0 | 57 | 43 | 225 | 121 | 44 |
| Binary | 10001 | 10100101 | 1011000 | 1011010 | 0 | 101111 | 100011 | 10010101 | 1010001 | 100100 |
Color Harmonies of #11A558
Complementary color
Monochromatic Colors of #11A558
Black with #11A558
Text Example
Text Example
White with #11A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A558; }
p { color: rgb(17,165,88); }
H1.HeaderClassName
{
color: #11A558;
}
.AnyTagClassName
{
color: #11A558;
}
</style>
background-color css
<style>
a { background-color: #11A558; }
a { background-color: rgb(17,165,88); }
div.DivClassName
{
background-color: #11A558;
}
.BgClassName
{
background-color: #11A558;
}
</style>
border-color css
<style>
span { border-color: #11A558; }
span { border-color: rgb(17,165,88); }
td.TdClassName
{
border-color: #11A558;
}
.TagClassName
{
border-color: #11A558;
}
</style>