Shades of Dark Pastel Green #11C445
Tints of Dark Pastel Green #11C445
RGB
CMYK
RGB Variations
Color information
#11C445 (or 0x11C445) is known color: Dark Pastel Green. HEX triplet: 11, C4 and 45. RGB value is (17,196,69). Sum of RGB (Red+Green+Blue) = 17+196+69=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #11C445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C445 is #EE3BBA. Grayscale: #808080. Windows color (decimal): -15612859 or 4572177. OLE color: 4572177.
HSL color Cylindrical-coordinate representation of color #11C445: hue angle of 137.43º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C445 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 69 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.23 |
| HSL | 137.43º | 0.84% | 0.42% | - |
| HSV(B) | 137.43º | 0.91% | 0.77% | - |
| XYZ | 21.05 | 40.03 | 12.25 | - |
| YUV | 128 | 94.7 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 69 | 0.91 | 0 | 0.65 | 0.23 | 137.43 | 0.84 | 0.42 |
| Hex | 11 | C4 | 45 | 5B | 0 | 41 | 17 | 89 | 54 | 2A |
| Octal | 21 | 304 | 105 | 133 | 0 | 101 | 27 | 211 | 124 | 52 |
| Binary | 10001 | 11000100 | 1000101 | 1011011 | 0 | 1000001 | 10111 | 10001001 | 1010100 | 101010 |
Color Harmonies of #11C445
Complementary color
Monochromatic Colors of #11C445
Black with #11C445
Text Example
Text Example
White with #11C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C445; }
p { color: rgb(17,196,69); }
H1.HeaderClassName
{
color: #11C445;
}
.AnyTagClassName
{
color: #11C445;
}
</style>
background-color css
<style>
a { background-color: #11C445; }
a { background-color: rgb(17,196,69); }
div.DivClassName
{
background-color: #11C445;
}
.BgClassName
{
background-color: #11C445;
}
</style>
border-color css
<style>
span { border-color: #11C445; }
span { border-color: rgb(17,196,69); }
td.TdClassName
{
border-color: #11C445;
}
.TagClassName
{
border-color: #11C445;
}
</style>