Shades of Dark Pastel Green #11BA25
Tints of Dark Pastel Green #11BA25
RGB
CMYK
RGB Variations
Color information
#11BA25 (or 0x11BA25) is known color: Dark Pastel Green. HEX triplet: 11, BA and 25. RGB value is (17,186,37). Sum of RGB (Red+Green+Blue) = 17+186+37=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA25 is #EE45DA. Grayscale: #767676. Windows color (decimal): -15615451 or 2472465. OLE color: 2472465.
HSL color Cylindrical-coordinate representation of color #11BA25: hue angle of 127.1º 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 #11BA25 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 37 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.27 |
| HSL | 127.1º | 0.83% | 0.4% | - |
| HSV(B) | 127.1º | 0.91% | 0.73% | - |
| XYZ | 18.12 | 35.37 | 7.62 | - |
| YUV | 118.48 | 82.01 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 37 | 0.91 | 0 | 0.80 | 0.27 | 127.1 | 0.83 | 0.4 |
| Hex | 11 | BA | 25 | 5B | 0 | 50 | 1B | 7F | 53 | 28 |
| Octal | 21 | 272 | 45 | 133 | 0 | 120 | 33 | 177 | 123 | 50 |
| Binary | 10001 | 10111010 | 100101 | 1011011 | 0 | 1010000 | 11011 | 1111111 | 1010011 | 101000 |
Color Harmonies of #11BA25
Complementary color
Monochromatic Colors of #11BA25
Black with #11BA25
Text Example
Text Example
White with #11BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA25; }
p { color: rgb(17,186,37); }
H1.HeaderClassName
{
color: #11BA25;
}
.AnyTagClassName
{
color: #11BA25;
}
</style>
background-color css
<style>
a { background-color: #11BA25; }
a { background-color: rgb(17,186,37); }
div.DivClassName
{
background-color: #11BA25;
}
.BgClassName
{
background-color: #11BA25;
}
</style>
border-color css
<style>
span { border-color: #11BA25; }
span { border-color: rgb(17,186,37); }
td.TdClassName
{
border-color: #11BA25;
}
.TagClassName
{
border-color: #11BA25;
}
</style>