Shades of Dark Pastel Green #11C324
Tints of Dark Pastel Green #11C324
RGB
CMYK
RGB Variations
Color information
#11C324 (or 0x11C324) is known color: Dark Pastel Green. HEX triplet: 11, C3 and 24. RGB value is (17,195,36). Sum of RGB (Red+Green+Blue) = 17+195+36=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #11C324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C324 is #EE3CDB. Grayscale: #7C7C7C. Windows color (decimal): -15613148 or 2409233. OLE color: 2409233.
HSL color Cylindrical-coordinate representation of color #11C324: hue angle of 126.4º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C324 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 36 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.24 |
| HSL | 126.4º | 0.84% | 0.42% | - |
| HSV(B) | 126.4º | 0.91% | 0.76% | - |
| XYZ | 20.06 | 39.28 | 8.19 | - |
| YUV | 123.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 36 | 0.91 | 0 | 0.82 | 0.24 | 126.4 | 0.84 | 0.42 |
| Hex | 11 | C3 | 24 | 5B | 0 | 52 | 18 | 7E | 54 | 2A |
| Octal | 21 | 303 | 44 | 133 | 0 | 122 | 30 | 176 | 124 | 52 |
| Binary | 10001 | 11000011 | 100100 | 1011011 | 0 | 1010010 | 11000 | 1111110 | 1010100 | 101010 |
Color Harmonies of #11C324
Complementary color
Monochromatic Colors of #11C324
Black with #11C324
Text Example
Text Example
White with #11C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C324; }
p { color: rgb(17,195,36); }
H1.HeaderClassName
{
color: #11C324;
}
.AnyTagClassName
{
color: #11C324;
}
</style>
background-color css
<style>
a { background-color: #11C324; }
a { background-color: rgb(17,195,36); }
div.DivClassName
{
background-color: #11C324;
}
.BgClassName
{
background-color: #11C324;
}
</style>
border-color css
<style>
span { border-color: #11C324; }
span { border-color: rgb(17,195,36); }
td.TdClassName
{
border-color: #11C324;
}
.TagClassName
{
border-color: #11C324;
}
</style>