Shades of Dark Pastel Green #11BA20
Tints of Dark Pastel Green #11BA20
RGB
CMYK
RGB Variations
Color information
#11BA20 (or 0x11BA20) is known color: Dark Pastel Green. HEX triplet: 11, BA and 20. RGB value is (17,186,32). Sum of RGB (Red+Green+Blue) = 17+186+32=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA20 is #EE45DF. Grayscale: #767676. Windows color (decimal): -15615456 or 2144785. OLE color: 2144785.
HSL color Cylindrical-coordinate representation of color #11BA20: hue angle of 125.33º 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 #11BA20 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 32 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.27 |
| HSL | 125.33º | 0.83% | 0.4% | - |
| HSV(B) | 125.33º | 0.91% | 0.73% | - |
| XYZ | 18.05 | 35.34 | 7.24 | - |
| YUV | 117.91 | 79.51 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 32 | 0.91 | 0 | 0.83 | 0.27 | 125.33 | 0.83 | 0.4 |
| Hex | 11 | BA | 20 | 5B | 0 | 53 | 1B | 7D | 53 | 28 |
| Octal | 21 | 272 | 40 | 133 | 0 | 123 | 33 | 175 | 123 | 50 |
| Binary | 10001 | 10111010 | 100000 | 1011011 | 0 | 1010011 | 11011 | 1111101 | 1010011 | 101000 |
Color Harmonies of #11BA20
Complementary color
Monochromatic Colors of #11BA20
Black with #11BA20
Text Example
Text Example
White with #11BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA20; }
p { color: rgb(17,186,32); }
H1.HeaderClassName
{
color: #11BA20;
}
.AnyTagClassName
{
color: #11BA20;
}
</style>
background-color css
<style>
a { background-color: #11BA20; }
a { background-color: rgb(17,186,32); }
div.DivClassName
{
background-color: #11BA20;
}
.BgClassName
{
background-color: #11BA20;
}
</style>
border-color css
<style>
span { border-color: #11BA20; }
span { border-color: rgb(17,186,32); }
td.TdClassName
{
border-color: #11BA20;
}
.TagClassName
{
border-color: #11BA20;
}
</style>