Shades of Dark Pastel Green #11A63A
Tints of Dark Pastel Green #11A63A
RGB
CMYK
RGB Variations
Color information
#11A63A (or 0x11A63A) is known color: Dark Pastel Green. HEX triplet: 11, A6 and 3A. RGB value is (17,166,58). Sum of RGB (Red+Green+Blue) = 17+166+58=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 166 (65.23% from 255 or 68.88% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 166 - color contains mainly: green. Hex color #11A63A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A63A is #EE59C5. Grayscale: #6D6D6D. Windows color (decimal): -15620550 or 3843601. OLE color: 3843601.
HSL color Cylindrical-coordinate representation of color #11A63A: hue angle of 136.51º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A63A is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 166 | 58 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.35 |
| HSL | 136.51º | 0.81% | 0.36% | - |
| HSV(B) | 136.51º | 0.9% | 0.65% | - |
| XYZ | 14.63 | 27.7 | 8.58 | - |
| YUV | 109.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 58 | 0.90 | 0 | 0.65 | 0.35 | 136.51 | 0.81 | 0.36 |
| Hex | 11 | A6 | 3A | 5A | 0 | 41 | 23 | 89 | 51 | 24 |
| Octal | 21 | 246 | 72 | 132 | 0 | 101 | 43 | 211 | 121 | 44 |
| Binary | 10001 | 10100110 | 111010 | 1011010 | 0 | 1000001 | 100011 | 10001001 | 1010001 | 100100 |
Color Harmonies of #11A63A
Complementary color
Monochromatic Colors of #11A63A
Black with #11A63A
Text Example
Text Example
White with #11A63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A63A; }
p { color: rgb(17,166,58); }
H1.HeaderClassName
{
color: #11A63A;
}
.AnyTagClassName
{
color: #11A63A;
}
</style>
background-color css
<style>
a { background-color: #11A63A; }
a { background-color: rgb(17,166,58); }
div.DivClassName
{
background-color: #11A63A;
}
.BgClassName
{
background-color: #11A63A;
}
</style>
border-color css
<style>
span { border-color: #11A63A; }
span { border-color: rgb(17,166,58); }
td.TdClassName
{
border-color: #11A63A;
}
.TagClassName
{
border-color: #11A63A;
}
</style>