Shades of Dark Pastel Green #11C14C
Tints of Dark Pastel Green #11C14C
RGB
CMYK
RGB Variations
Color information
#11C14C (or 0x11C14C) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 4C. RGB value is (17,193,76). Sum of RGB (Red+Green+Blue) = 17+193+76=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #11C14C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C14C is #EE3EB3. Grayscale: #7F7F7F. Windows color (decimal): -15613620 or 5030161. OLE color: 5030161.
HSL color Cylindrical-coordinate representation of color #11C14C: hue angle of 140.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 #11C14C is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 76 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.24 |
| HSL | 140.11º | 0.84% | 0.41% | - |
| HSV(B) | 140.11º | 0.91% | 0.76% | - |
| XYZ | 20.61 | 38.78 | 13.24 | - |
| YUV | 127.04 | 99.19 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 76 | 0.91 | 0 | 0.61 | 0.24 | 140.11 | 0.84 | 0.41 |
| Hex | 11 | C1 | 4C | 5B | 0 | 3D | 18 | 8C | 54 | 29 |
| Octal | 21 | 301 | 114 | 133 | 0 | 75 | 30 | 214 | 124 | 51 |
| Binary | 10001 | 11000001 | 1001100 | 1011011 | 0 | 111101 | 11000 | 10001100 | 1010100 | 101001 |
Color Harmonies of #11C14C
Complementary color
Monochromatic Colors of #11C14C
Black with #11C14C
Text Example
Text Example
White with #11C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C14C; }
p { color: rgb(17,193,76); }
H1.HeaderClassName
{
color: #11C14C;
}
.AnyTagClassName
{
color: #11C14C;
}
</style>
background-color css
<style>
a { background-color: #11C14C; }
a { background-color: rgb(17,193,76); }
div.DivClassName
{
background-color: #11C14C;
}
.BgClassName
{
background-color: #11C14C;
}
</style>
border-color css
<style>
span { border-color: #11C14C; }
span { border-color: rgb(17,193,76); }
td.TdClassName
{
border-color: #11C14C;
}
.TagClassName
{
border-color: #11C14C;
}
</style>