Shades of Pigment Green #11B952
Tints of Pigment Green #11B952
RGB
CMYK
RGB Variations
Color information
#11B952 (or 0x11B952) is known color: Pigment Green. HEX triplet: 11, B9 and 52. RGB value is (17,185,82). Sum of RGB (Red+Green+Blue) = 17+185+82=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #11B952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B952 is #EE46AD. Grayscale: #7B7B7B. Windows color (decimal): -15615662 or 5421329. OLE color: 5421329.
HSL color Cylindrical-coordinate representation of color #11B952: hue angle of 143.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B952 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 82 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.27 |
| HSL | 143.21º | 0.83% | 0.4% | - |
| HSV(B) | 143.21º | 0.91% | 0.73% | - |
| XYZ | 19.1 | 35.43 | 13.81 | - |
| YUV | 123.03 | 104.84 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 82 | 0.91 | 0 | 0.56 | 0.27 | 143.21 | 0.83 | 0.4 |
| Hex | 11 | B9 | 52 | 5B | 0 | 38 | 1B | 8F | 53 | 28 |
| Octal | 21 | 271 | 122 | 133 | 0 | 70 | 33 | 217 | 123 | 50 |
| Binary | 10001 | 10111001 | 1010010 | 1011011 | 0 | 111000 | 11011 | 10001111 | 1010011 | 101000 |
Color Harmonies of #11B952
Complementary color
Monochromatic Colors of #11B952
Black with #11B952
Text Example
Text Example
White with #11B952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B952; }
p { color: rgb(17,185,82); }
H1.HeaderClassName
{
color: #11B952;
}
.AnyTagClassName
{
color: #11B952;
}
</style>
background-color css
<style>
a { background-color: #11B952; }
a { background-color: rgb(17,185,82); }
div.DivClassName
{
background-color: #11B952;
}
.BgClassName
{
background-color: #11B952;
}
</style>
border-color css
<style>
span { border-color: #11B952; }
span { border-color: rgb(17,185,82); }
td.TdClassName
{
border-color: #11B952;
}
.TagClassName
{
border-color: #11B952;
}
</style>