Shades of Pigment Green #11B85D
Tints of Pigment Green #11B85D
RGB
CMYK
RGB Variations
Color information
#11B85D (or 0x11B85D) is known color: Pigment Green. HEX triplet: 11, B8 and 5D. RGB value is (17,184,93). Sum of RGB (Red+Green+Blue) = 17+184+93=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #11B85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B85D is #EE47A2. Grayscale: #7B7B7B. Windows color (decimal): -15615907 or 6141969. OLE color: 6141969.
HSL color Cylindrical-coordinate representation of color #11B85D: hue angle of 147.31º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B85D is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 93 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.28 |
| HSL | 147.31º | 0.83% | 0.39% | - |
| HSV(B) | 147.31º | 0.91% | 0.72% | - |
| XYZ | 19.35 | 35.19 | 16.13 | - |
| YUV | 123.69 | 110.67 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 93 | 0.91 | 0 | 0.49 | 0.28 | 147.31 | 0.83 | 0.39 |
| Hex | 11 | B8 | 5D | 5B | 0 | 31 | 1C | 93 | 53 | 27 |
| Octal | 21 | 270 | 135 | 133 | 0 | 61 | 34 | 223 | 123 | 47 |
| Binary | 10001 | 10111000 | 1011101 | 1011011 | 0 | 110001 | 11100 | 10010011 | 1010011 | 100111 |
Color Harmonies of #11B85D
Complementary color
Monochromatic Colors of #11B85D
Black with #11B85D
Text Example
Text Example
White with #11B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B85D; }
p { color: rgb(17,184,93); }
H1.HeaderClassName
{
color: #11B85D;
}
.AnyTagClassName
{
color: #11B85D;
}
</style>
background-color css
<style>
a { background-color: #11B85D; }
a { background-color: rgb(17,184,93); }
div.DivClassName
{
background-color: #11B85D;
}
.BgClassName
{
background-color: #11B85D;
}
</style>
border-color css
<style>
span { border-color: #11B85D; }
span { border-color: rgb(17,184,93); }
td.TdClassName
{
border-color: #11B85D;
}
.TagClassName
{
border-color: #11B85D;
}
</style>