Shades of Dark Pastel Green #11C24A
Tints of Dark Pastel Green #11C24A
RGB
CMYK
RGB Variations
Color information
#11C24A (or 0x11C24A) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 4A. RGB value is (17,194,74). Sum of RGB (Red+Green+Blue) = 17+194+74=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #11C24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C24A is #EE3DB5. Grayscale: #7F7F7F. Windows color (decimal): -15613366 or 4899345. OLE color: 4899345.
HSL color Cylindrical-coordinate representation of color #11C24A: hue angle of 139.32º 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 #11C24A is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 74 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.24 |
| HSL | 139.32º | 0.84% | 0.41% | - |
| HSV(B) | 139.32º | 0.91% | 0.76% | - |
| XYZ | 20.76 | 39.2 | 12.95 | - |
| YUV | 127.4 | 97.86 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 74 | 0.91 | 0 | 0.62 | 0.24 | 139.32 | 0.84 | 0.41 |
| Hex | 11 | C2 | 4A | 5B | 0 | 3E | 18 | 8B | 54 | 29 |
| Octal | 21 | 302 | 112 | 133 | 0 | 76 | 30 | 213 | 124 | 51 |
| Binary | 10001 | 11000010 | 1001010 | 1011011 | 0 | 111110 | 11000 | 10001011 | 1010100 | 101001 |
Color Harmonies of #11C24A
Complementary color
Monochromatic Colors of #11C24A
Black with #11C24A
Text Example
Text Example
White with #11C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C24A; }
p { color: rgb(17,194,74); }
H1.HeaderClassName
{
color: #11C24A;
}
.AnyTagClassName
{
color: #11C24A;
}
</style>
background-color css
<style>
a { background-color: #11C24A; }
a { background-color: rgb(17,194,74); }
div.DivClassName
{
background-color: #11C24A;
}
.BgClassName
{
background-color: #11C24A;
}
</style>
border-color css
<style>
span { border-color: #11C24A; }
span { border-color: rgb(17,194,74); }
td.TdClassName
{
border-color: #11C24A;
}
.TagClassName
{
border-color: #11C24A;
}
</style>