Shades of Dark Pastel Green #11CC3A
Tints of Dark Pastel Green #11CC3A
RGB
CMYK
RGB Variations
Color information
#11CC3A (or 0x11CC3A) is known color: Dark Pastel Green. HEX triplet: 11, CC and 3A. RGB value is (17,204,58). Sum of RGB (Red+Green+Blue) = 17+204+58=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #11CC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CC3A is #EE33C5. Grayscale: #838383. Windows color (decimal): -15610822 or 3853329. OLE color: 3853329.
HSL color Cylindrical-coordinate representation of color #11CC3A: hue angle of 133.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CC3A is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 204 | 58 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.2 |
| HSL | 133.16º | 0.85% | 0.43% | - |
| HSV(B) | 133.16º | 0.92% | 0.8% | - |
| XYZ | 22.59 | 43.61 | 11.23 | - |
| YUV | 131.44 | 86.55 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 58 | 0.92 | 0 | 0.72 | 0.2 | 133.16 | 0.85 | 0.43 |
| Hex | 11 | CC | 3A | 5C | 0 | 48 | 14 | 85 | 55 | 2B |
| Octal | 21 | 314 | 72 | 134 | 0 | 110 | 24 | 205 | 125 | 53 |
| Binary | 10001 | 11001100 | 111010 | 1011100 | 0 | 1001000 | 10100 | 10000101 | 1010101 | 101011 |
Color Harmonies of #11CC3A
Complementary color
Monochromatic Colors of #11CC3A
Black with #11CC3A
Text Example
Text Example
White with #11CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CC3A; }
p { color: rgb(17,204,58); }
H1.HeaderClassName
{
color: #11CC3A;
}
.AnyTagClassName
{
color: #11CC3A;
}
</style>
background-color css
<style>
a { background-color: #11CC3A; }
a { background-color: rgb(17,204,58); }
div.DivClassName
{
background-color: #11CC3A;
}
.BgClassName
{
background-color: #11CC3A;
}
</style>
border-color css
<style>
span { border-color: #11CC3A; }
span { border-color: rgb(17,204,58); }
td.TdClassName
{
border-color: #11CC3A;
}
.TagClassName
{
border-color: #11CC3A;
}
</style>