Shades of Dark Pastel Green #11C224
Tints of Dark Pastel Green #11C224
RGB
CMYK
RGB Variations
Color information
#11C224 (or 0x11C224) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 24. RGB value is (17,194,36). Sum of RGB (Red+Green+Blue) = 17+194+36=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 194 (76.17% from 255 or 78.54% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 194 - color contains mainly: green. Hex color #11C224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C224 is #EE3DDB. Grayscale: #7B7B7B. Windows color (decimal): -15613404 or 2408977. OLE color: 2408977.
HSL color Cylindrical-coordinate representation of color #11C224: hue angle of 126.44º 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 #11C224 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 36 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.24 |
| HSL | 126.44º | 0.84% | 0.41% | - |
| HSV(B) | 126.44º | 0.91% | 0.76% | - |
| XYZ | 19.84 | 38.83 | 8.12 | - |
| YUV | 123.07 | 78.86 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 36 | 0.91 | 0 | 0.81 | 0.24 | 126.44 | 0.84 | 0.41 |
| Hex | 11 | C2 | 24 | 5B | 0 | 51 | 18 | 7E | 54 | 29 |
| Octal | 21 | 302 | 44 | 133 | 0 | 121 | 30 | 176 | 124 | 51 |
| Binary | 10001 | 11000010 | 100100 | 1011011 | 0 | 1010001 | 11000 | 1111110 | 1010100 | 101001 |
Color Harmonies of #11C224
Complementary color
Monochromatic Colors of #11C224
Black with #11C224
Text Example
Text Example
White with #11C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C224; }
p { color: rgb(17,194,36); }
H1.HeaderClassName
{
color: #11C224;
}
.AnyTagClassName
{
color: #11C224;
}
</style>
background-color css
<style>
a { background-color: #11C224; }
a { background-color: rgb(17,194,36); }
div.DivClassName
{
background-color: #11C224;
}
.BgClassName
{
background-color: #11C224;
}
</style>
border-color css
<style>
span { border-color: #11C224; }
span { border-color: rgb(17,194,36); }
td.TdClassName
{
border-color: #11C224;
}
.TagClassName
{
border-color: #11C224;
}
</style>