Shades of Dark Pastel Green #11C141
Tints of Dark Pastel Green #11C141
RGB
CMYK
RGB Variations
Color information
#11C141 (or 0x11C141) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 41. RGB value is (17,193,65). Sum of RGB (Red+Green+Blue) = 17+193+65=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #11C141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C141 is #EE3EBE. Grayscale: #7E7E7E. Windows color (decimal): -15613631 or 4309265. OLE color: 4309265.
HSL color Cylindrical-coordinate representation of color #11C141: hue angle of 136.36º 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 #11C141 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 65 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.24 |
| HSL | 136.36º | 0.84% | 0.41% | - |
| HSV(B) | 136.36º | 0.91% | 0.76% | - |
| XYZ | 20.26 | 38.64 | 11.39 | - |
| YUV | 125.78 | 93.69 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 65 | 0.91 | 0 | 0.66 | 0.24 | 136.36 | 0.84 | 0.41 |
| Hex | 11 | C1 | 41 | 5B | 0 | 42 | 18 | 88 | 54 | 29 |
| Octal | 21 | 301 | 101 | 133 | 0 | 102 | 30 | 210 | 124 | 51 |
| Binary | 10001 | 11000001 | 1000001 | 1011011 | 0 | 1000010 | 11000 | 10001000 | 1010100 | 101001 |
Color Harmonies of #11C141
Complementary color
Monochromatic Colors of #11C141
Black with #11C141
Text Example
Text Example
White with #11C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C141; }
p { color: rgb(17,193,65); }
H1.HeaderClassName
{
color: #11C141;
}
.AnyTagClassName
{
color: #11C141;
}
</style>
background-color css
<style>
a { background-color: #11C141; }
a { background-color: rgb(17,193,65); }
div.DivClassName
{
background-color: #11C141;
}
.BgClassName
{
background-color: #11C141;
}
</style>
border-color css
<style>
span { border-color: #11C141; }
span { border-color: rgb(17,193,65); }
td.TdClassName
{
border-color: #11C141;
}
.TagClassName
{
border-color: #11C141;
}
</style>