Shades of Dark Pastel Green #11C024
Tints of Dark Pastel Green #11C024
RGB
CMYK
RGB Variations
Color information
#11C024 (or 0x11C024) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 24. RGB value is (17,192,36). Sum of RGB (Red+Green+Blue) = 17+192+36=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #11C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C024 is #EE3FDB. Grayscale: #7A7A7A. Windows color (decimal): -15613916 or 2408465. OLE color: 2408465.
HSL color Cylindrical-coordinate representation of color #11C024: hue angle of 126.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C024 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 36 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.25 |
| HSL | 126.51º | 0.84% | 0.41% | - |
| HSV(B) | 126.51º | 0.91% | 0.75% | - |
| XYZ | 19.4 | 37.95 | 7.97 | - |
| YUV | 121.89 | 79.52 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 36 | 0.91 | 0 | 0.81 | 0.25 | 126.51 | 0.84 | 0.41 |
| Hex | 11 | C0 | 24 | 5B | 0 | 51 | 19 | 7F | 54 | 29 |
| Octal | 21 | 300 | 44 | 133 | 0 | 121 | 31 | 177 | 124 | 51 |
| Binary | 10001 | 11000000 | 100100 | 1011011 | 0 | 1010001 | 11001 | 1111111 | 1010100 | 101001 |
Color Harmonies of #11C024
Complementary color
Monochromatic Colors of #11C024
Black with #11C024
Text Example
Text Example
White with #11C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C024; }
p { color: rgb(17,192,36); }
H1.HeaderClassName
{
color: #11C024;
}
.AnyTagClassName
{
color: #11C024;
}
</style>
background-color css
<style>
a { background-color: #11C024; }
a { background-color: rgb(17,192,36); }
div.DivClassName
{
background-color: #11C024;
}
.BgClassName
{
background-color: #11C024;
}
</style>
border-color css
<style>
span { border-color: #11C024; }
span { border-color: rgb(17,192,36); }
td.TdClassName
{
border-color: #11C024;
}
.TagClassName
{
border-color: #11C024;
}
</style>