Shades of Dark Pastel Green #11C11E
Tints of Dark Pastel Green #11C11E
RGB
CMYK
RGB Variations
Color information
#11C11E (or 0x11C11E) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 1E. RGB value is (17,193,30). Sum of RGB (Red+Green+Blue) = 17+193+30=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #11C11E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C11E is #EE3EE1. Grayscale: #7A7A7A. Windows color (decimal): -15613666 or 2015505. OLE color: 2015505.
HSL color Cylindrical-coordinate representation of color #11C11E: hue angle of 124.43º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C11E is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 30 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.24 |
| HSL | 124.43º | 0.84% | 0.41% | - |
| HSV(B) | 124.43º | 0.91% | 0.76% | - |
| XYZ | 19.54 | 38.35 | 7.6 | - |
| YUV | 121.79 | 76.19 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 30 | 0.91 | 0 | 0.84 | 0.24 | 124.43 | 0.84 | 0.41 |
| Hex | 11 | C1 | 1E | 5B | 0 | 54 | 18 | 7C | 54 | 29 |
| Octal | 21 | 301 | 36 | 133 | 0 | 124 | 30 | 174 | 124 | 51 |
| Binary | 10001 | 11000001 | 11110 | 1011011 | 0 | 1010100 | 11000 | 1111100 | 1010100 | 101001 |
Color Harmonies of #11C11E
Complementary color
Monochromatic Colors of #11C11E
Black with #11C11E
Text Example
Text Example
White with #11C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C11E; }
p { color: rgb(17,193,30); }
H1.HeaderClassName
{
color: #11C11E;
}
.AnyTagClassName
{
color: #11C11E;
}
</style>
background-color css
<style>
a { background-color: #11C11E; }
a { background-color: rgb(17,193,30); }
div.DivClassName
{
background-color: #11C11E;
}
.BgClassName
{
background-color: #11C11E;
}
</style>
border-color css
<style>
span { border-color: #11C11E; }
span { border-color: rgb(17,193,30); }
td.TdClassName
{
border-color: #11C11E;
}
.TagClassName
{
border-color: #11C11E;
}
</style>