Shades of Dark Pastel Green #11C23A
Tints of Dark Pastel Green #11C23A
RGB
CMYK
RGB Variations
Color information
#11C23A (or 0x11C23A) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 3A. RGB value is (17,194,58). Sum of RGB (Red+Green+Blue) = 17+194+58=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #11C23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C23A is #EE3DC5. Grayscale: #7D7D7D. Windows color (decimal): -15613382 or 3850769. OLE color: 3850769.
HSL color Cylindrical-coordinate representation of color #11C23A: hue angle of 133.9º 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 #11C23A is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 58 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.24 |
| HSL | 133.9º | 0.84% | 0.41% | - |
| HSV(B) | 133.9º | 0.91% | 0.76% | - |
| XYZ | 20.29 | 39.01 | 10.46 | - |
| YUV | 125.57 | 89.86 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 58 | 0.91 | 0 | 0.70 | 0.24 | 133.9 | 0.84 | 0.41 |
| Hex | 11 | C2 | 3A | 5B | 0 | 46 | 18 | 86 | 54 | 29 |
| Octal | 21 | 302 | 72 | 133 | 0 | 106 | 30 | 206 | 124 | 51 |
| Binary | 10001 | 11000010 | 111010 | 1011011 | 0 | 1000110 | 11000 | 10000110 | 1010100 | 101001 |
Color Harmonies of #11C23A
Complementary color
Monochromatic Colors of #11C23A
Black with #11C23A
Text Example
Text Example
White with #11C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C23A; }
p { color: rgb(17,194,58); }
H1.HeaderClassName
{
color: #11C23A;
}
.AnyTagClassName
{
color: #11C23A;
}
</style>
background-color css
<style>
a { background-color: #11C23A; }
a { background-color: rgb(17,194,58); }
div.DivClassName
{
background-color: #11C23A;
}
.BgClassName
{
background-color: #11C23A;
}
</style>
border-color css
<style>
span { border-color: #11C23A; }
span { border-color: rgb(17,194,58); }
td.TdClassName
{
border-color: #11C23A;
}
.TagClassName
{
border-color: #11C23A;
}
</style>