Shades of Dark Pastel Green #11C223
Tints of Dark Pastel Green #11C223
RGB
CMYK
RGB Variations
Color information
#11C223 (or 0x11C223) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 23. RGB value is (17,194,35). Sum of RGB (Red+Green+Blue) = 17+194+35=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #11C223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C223 is #EE3DDC. Grayscale: #7B7B7B. Windows color (decimal): -15613405 or 2343441. OLE color: 2343441.
HSL color Cylindrical-coordinate representation of color #11C223: hue angle of 126.1º 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 #11C223 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 35 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.24 |
| HSL | 126.1º | 0.84% | 0.41% | - |
| HSV(B) | 126.1º | 0.91% | 0.76% | - |
| XYZ | 19.83 | 38.82 | 8.04 | - |
| YUV | 122.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 35 | 0.91 | 0 | 0.82 | 0.24 | 126.1 | 0.84 | 0.41 |
| Hex | 11 | C2 | 23 | 5B | 0 | 52 | 18 | 7E | 54 | 29 |
| Octal | 21 | 302 | 43 | 133 | 0 | 122 | 30 | 176 | 124 | 51 |
| Binary | 10001 | 11000010 | 100011 | 1011011 | 0 | 1010010 | 11000 | 1111110 | 1010100 | 101001 |
Color Harmonies of #11C223
Complementary color
Monochromatic Colors of #11C223
Black with #11C223
Text Example
Text Example
White with #11C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C223; }
p { color: rgb(17,194,35); }
H1.HeaderClassName
{
color: #11C223;
}
.AnyTagClassName
{
color: #11C223;
}
</style>
background-color css
<style>
a { background-color: #11C223; }
a { background-color: rgb(17,194,35); }
div.DivClassName
{
background-color: #11C223;
}
.BgClassName
{
background-color: #11C223;
}
</style>
border-color css
<style>
span { border-color: #11C223; }
span { border-color: rgb(17,194,35); }
td.TdClassName
{
border-color: #11C223;
}
.TagClassName
{
border-color: #11C223;
}
</style>