Shades of Dark Pastel Green #11D23A
Tints of Dark Pastel Green #11D23A
RGB
CMYK
RGB Variations
Color information
#11D23A (or 0x11D23A) is known color: Dark Pastel Green. HEX triplet: 11, D2 and 3A. RGB value is (17,210,58). Sum of RGB (Red+Green+Blue) = 17+210+58=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #11D23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D23A is #EE2DC5. Grayscale: #878787. Windows color (decimal): -15609286 or 3854865. OLE color: 3854865.
HSL color Cylindrical-coordinate representation of color #11D23A: hue angle of 132.75º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D23A is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 210 | 58 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.18 |
| HSL | 132.75º | 0.85% | 0.45% | - |
| HSV(B) | 132.75º | 0.92% | 0.82% | - |
| XYZ | 24.04 | 46.52 | 11.71 | - |
| YUV | 134.97 | 84.56 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 210 | 58 | 0.92 | 0 | 0.72 | 0.18 | 132.75 | 0.85 | 0.45 |
| Hex | 11 | D2 | 3A | 5C | 0 | 48 | 12 | 85 | 55 | 2D |
| Octal | 21 | 322 | 72 | 134 | 0 | 110 | 22 | 205 | 125 | 55 |
| Binary | 10001 | 11010010 | 111010 | 1011100 | 0 | 1001000 | 10010 | 10000101 | 1010101 | 101101 |
Color Harmonies of #11D23A
Complementary color
Monochromatic Colors of #11D23A
Black with #11D23A
Text Example
Text Example
White with #11D23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D23A; }
p { color: rgb(17,210,58); }
H1.HeaderClassName
{
color: #11D23A;
}
.AnyTagClassName
{
color: #11D23A;
}
</style>
background-color css
<style>
a { background-color: #11D23A; }
a { background-color: rgb(17,210,58); }
div.DivClassName
{
background-color: #11D23A;
}
.BgClassName
{
background-color: #11D23A;
}
</style>
border-color css
<style>
span { border-color: #11D23A; }
span { border-color: rgb(17,210,58); }
td.TdClassName
{
border-color: #11D23A;
}
.TagClassName
{
border-color: #11D23A;
}
</style>