Shades of Pigment Green #11B25B
Tints of Pigment Green #11B25B
RGB
CMYK
RGB Variations
Color information
#11B25B (or 0x11B25B) is known color: Pigment Green. HEX triplet: 11, B2 and 5B. RGB value is (17,178,91). Sum of RGB (Red+Green+Blue) = 17+178+91=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #11B25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B25B is #EE4DA4. Grayscale: #787878. Windows color (decimal): -15617445 or 6009361. OLE color: 6009361.
HSL color Cylindrical-coordinate representation of color #11B25B: hue angle of 147.58º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B25B is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 178 | 91 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.30 |
| HSL | 147.58º | 0.83% | 0.38% | - |
| HSV(B) | 147.58º | 0.9% | 0.7% | - |
| XYZ | 18.04 | 32.72 | 15.26 | - |
| YUV | 119.94 | 111.66 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 91 | 0.90 | 0 | 0.49 | 0.30 | 147.58 | 0.83 | 0.38 |
| Hex | 11 | B2 | 5B | 5A | 0 | 31 | 1E | 94 | 53 | 26 |
| Octal | 21 | 262 | 133 | 132 | 0 | 61 | 36 | 224 | 123 | 46 |
| Binary | 10001 | 10110010 | 1011011 | 1011010 | 0 | 110001 | 11110 | 10010100 | 1010011 | 100110 |
Color Harmonies of #11B25B
Complementary color
Monochromatic Colors of #11B25B
Black with #11B25B
Text Example
Text Example
White with #11B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B25B; }
p { color: rgb(17,178,91); }
H1.HeaderClassName
{
color: #11B25B;
}
.AnyTagClassName
{
color: #11B25B;
}
</style>
background-color css
<style>
a { background-color: #11B25B; }
a { background-color: rgb(17,178,91); }
div.DivClassName
{
background-color: #11B25B;
}
.BgClassName
{
background-color: #11B25B;
}
</style>
border-color css
<style>
span { border-color: #11B25B; }
span { border-color: rgb(17,178,91); }
td.TdClassName
{
border-color: #11B25B;
}
.TagClassName
{
border-color: #11B25B;
}
</style>