Shades of Dark Pastel Green #11A93A
Tints of Dark Pastel Green #11A93A
RGB
CMYK
RGB Variations
Color information
#11A93A (or 0x11A93A) is known color: Dark Pastel Green. HEX triplet: 11, A9 and 3A. RGB value is (17,169,58). Sum of RGB (Red+Green+Blue) = 17+169+58=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #11A93A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A93A is #EE56C5. Grayscale: #6F6F6F. Windows color (decimal): -15619782 or 3844369. OLE color: 3844369.
HSL color Cylindrical-coordinate representation of color #11A93A: hue angle of 136.18º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A93A is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 169 | 58 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.34 |
| HSL | 136.18º | 0.82% | 0.36% | - |
| HSV(B) | 136.18º | 0.9% | 0.66% | - |
| XYZ | 15.18 | 28.8 | 8.76 | - |
| YUV | 110.9 | 98.14 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 169 | 58 | 0.90 | 0 | 0.66 | 0.34 | 136.18 | 0.82 | 0.36 |
| Hex | 11 | A9 | 3A | 5A | 0 | 42 | 22 | 88 | 52 | 24 |
| Octal | 21 | 251 | 72 | 132 | 0 | 102 | 42 | 210 | 122 | 44 |
| Binary | 10001 | 10101001 | 111010 | 1011010 | 0 | 1000010 | 100010 | 10001000 | 1010010 | 100100 |
Color Harmonies of #11A93A
Complementary color
Monochromatic Colors of #11A93A
Black with #11A93A
Text Example
Text Example
White with #11A93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A93A; }
p { color: rgb(17,169,58); }
H1.HeaderClassName
{
color: #11A93A;
}
.AnyTagClassName
{
color: #11A93A;
}
</style>
background-color css
<style>
a { background-color: #11A93A; }
a { background-color: rgb(17,169,58); }
div.DivClassName
{
background-color: #11A93A;
}
.BgClassName
{
background-color: #11A93A;
}
</style>
border-color css
<style>
span { border-color: #11A93A; }
span { border-color: rgb(17,169,58); }
td.TdClassName
{
border-color: #11A93A;
}
.TagClassName
{
border-color: #11A93A;
}
</style>