Shades of Dark Pastel Green #11C645
Tints of Dark Pastel Green #11C645
RGB
CMYK
RGB Variations
Color information
#11C645 (or 0x11C645) is known color: Dark Pastel Green. HEX triplet: 11, C6 and 45. RGB value is (17,198,69). Sum of RGB (Red+Green+Blue) = 17+198+69=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 198 (77.73% from 255 or 69.72% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 198 - color contains mainly: green. Hex color #11C645 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C645 is #EE39BA. Grayscale: #818181. Windows color (decimal): -15612347 or 4572689. OLE color: 4572689.
HSL color Cylindrical-coordinate representation of color #11C645: hue angle of 137.24º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C645 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 198 | 69 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.22 |
| HSL | 137.24º | 0.84% | 0.42% | - |
| HSV(B) | 137.24º | 0.91% | 0.78% | - |
| XYZ | 21.5 | 40.94 | 12.4 | - |
| YUV | 129.18 | 94.03 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 198 | 69 | 0.91 | 0 | 0.65 | 0.22 | 137.24 | 0.84 | 0.42 |
| Hex | 11 | C6 | 45 | 5B | 0 | 41 | 16 | 89 | 54 | 2A |
| Octal | 21 | 306 | 105 | 133 | 0 | 101 | 26 | 211 | 124 | 52 |
| Binary | 10001 | 11000110 | 1000101 | 1011011 | 0 | 1000001 | 10110 | 10001001 | 1010100 | 101010 |
Color Harmonies of #11C645
Complementary color
Monochromatic Colors of #11C645
Black with #11C645
Text Example
Text Example
White with #11C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C645; }
p { color: rgb(17,198,69); }
H1.HeaderClassName
{
color: #11C645;
}
.AnyTagClassName
{
color: #11C645;
}
</style>
background-color css
<style>
a { background-color: #11C645; }
a { background-color: rgb(17,198,69); }
div.DivClassName
{
background-color: #11C645;
}
.BgClassName
{
background-color: #11C645;
}
</style>
border-color css
<style>
span { border-color: #11C645; }
span { border-color: rgb(17,198,69); }
td.TdClassName
{
border-color: #11C645;
}
.TagClassName
{
border-color: #11C645;
}
</style>