Shades of Dark Pastel Green #11C120
Tints of Dark Pastel Green #11C120
RGB
CMYK
RGB Variations
Color information
#11C120 (or 0x11C120) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 20. RGB value is (17,193,32). Sum of RGB (Red+Green+Blue) = 17+193+32=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #11C120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C120 is #EE3EDF. Grayscale: #7A7A7A. Windows color (decimal): -15613664 or 2146577. OLE color: 2146577.
HSL color Cylindrical-coordinate representation of color #11C120: hue angle of 125.11º 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 #11C120 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 32 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.24 |
| HSL | 125.11º | 0.84% | 0.41% | - |
| HSV(B) | 125.11º | 0.91% | 0.76% | - |
| XYZ | 19.56 | 38.36 | 7.74 | - |
| YUV | 122.02 | 77.19 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 32 | 0.91 | 0 | 0.83 | 0.24 | 125.11 | 0.84 | 0.41 |
| Hex | 11 | C1 | 20 | 5B | 0 | 53 | 18 | 7D | 54 | 29 |
| Octal | 21 | 301 | 40 | 133 | 0 | 123 | 30 | 175 | 124 | 51 |
| Binary | 10001 | 11000001 | 100000 | 1011011 | 0 | 1010011 | 11000 | 1111101 | 1010100 | 101001 |
Color Harmonies of #11C120
Complementary color
Monochromatic Colors of #11C120
Black with #11C120
Text Example
Text Example
White with #11C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C120; }
p { color: rgb(17,193,32); }
H1.HeaderClassName
{
color: #11C120;
}
.AnyTagClassName
{
color: #11C120;
}
</style>
background-color css
<style>
a { background-color: #11C120; }
a { background-color: rgb(17,193,32); }
div.DivClassName
{
background-color: #11C120;
}
.BgClassName
{
background-color: #11C120;
}
</style>
border-color css
<style>
span { border-color: #11C120; }
span { border-color: rgb(17,193,32); }
td.TdClassName
{
border-color: #11C120;
}
.TagClassName
{
border-color: #11C120;
}
</style>