Shades of Dark Pastel Green #11A940
Tints of Dark Pastel Green #11A940
RGB
CMYK
RGB Variations
Color information
#11A940 (or 0x11A940) is known color: Dark Pastel Green. HEX triplet: 11, A9 and 40. RGB value is (17,169,64). Sum of RGB (Red+Green+Blue) = 17+169+64=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 169 (66.41% from 255 or 67.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 169 - color contains mainly: green. Hex color #11A940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A940 is #EE56BF. Grayscale: #6F6F6F. Windows color (decimal): -15619776 or 4237585. OLE color: 4237585.
HSL color Cylindrical-coordinate representation of color #11A940: hue angle of 138.55º 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 #11A940 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 169 | 64 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.34 |
| HSL | 138.55º | 0.82% | 0.36% | - |
| HSV(B) | 138.55º | 0.9% | 0.66% | - |
| XYZ | 15.34 | 28.87 | 9.61 | - |
| YUV | 111.58 | 101.14 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 169 | 64 | 0.90 | 0 | 0.62 | 0.34 | 138.55 | 0.82 | 0.36 |
| Hex | 11 | A9 | 40 | 5A | 0 | 3E | 22 | 8B | 52 | 24 |
| Octal | 21 | 251 | 100 | 132 | 0 | 76 | 42 | 213 | 122 | 44 |
| Binary | 10001 | 10101001 | 1000000 | 1011010 | 0 | 111110 | 100010 | 10001011 | 1010010 | 100100 |
Color Harmonies of #11A940
Complementary color
Monochromatic Colors of #11A940
Black with #11A940
Text Example
Text Example
White with #11A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A940; }
p { color: rgb(17,169,64); }
H1.HeaderClassName
{
color: #11A940;
}
.AnyTagClassName
{
color: #11A940;
}
</style>
background-color css
<style>
a { background-color: #11A940; }
a { background-color: rgb(17,169,64); }
div.DivClassName
{
background-color: #11A940;
}
.BgClassName
{
background-color: #11A940;
}
</style>
border-color css
<style>
span { border-color: #11A940; }
span { border-color: rgb(17,169,64); }
td.TdClassName
{
border-color: #11A940;
}
.TagClassName
{
border-color: #11A940;
}
</style>