Shades of Dark Pastel Green #11C546
Tints of Dark Pastel Green #11C546
RGB
CMYK
RGB Variations
Color information
#11C546 (or 0x11C546) is known color: Dark Pastel Green. HEX triplet: 11, C5 and 46. RGB value is (17,197,70). Sum of RGB (Red+Green+Blue) = 17+197+70=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #11C546 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C546 is #EE3AB9. Grayscale: #818181. Windows color (decimal): -15612602 or 4637969. OLE color: 4637969.
HSL color Cylindrical-coordinate representation of color #11C546: hue angle of 137.67º 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 #11C546 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 70 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.23 |
| HSL | 137.67º | 0.84% | 0.42% | - |
| HSV(B) | 137.67º | 0.91% | 0.77% | - |
| XYZ | 21.3 | 40.49 | 12.49 | - |
| YUV | 128.7 | 94.87 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 70 | 0.91 | 0 | 0.64 | 0.23 | 137.67 | 0.84 | 0.42 |
| Hex | 11 | C5 | 46 | 5B | 0 | 40 | 17 | 8A | 54 | 2A |
| Octal | 21 | 305 | 106 | 133 | 0 | 100 | 27 | 212 | 124 | 52 |
| Binary | 10001 | 11000101 | 1000110 | 1011011 | 0 | 1000000 | 10111 | 10001010 | 1010100 | 101010 |
Color Harmonies of #11C546
Complementary color
Monochromatic Colors of #11C546
Black with #11C546
Text Example
Text Example
White with #11C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C546; }
p { color: rgb(17,197,70); }
H1.HeaderClassName
{
color: #11C546;
}
.AnyTagClassName
{
color: #11C546;
}
</style>
background-color css
<style>
a { background-color: #11C546; }
a { background-color: rgb(17,197,70); }
div.DivClassName
{
background-color: #11C546;
}
.BgClassName
{
background-color: #11C546;
}
</style>
border-color css
<style>
span { border-color: #11C546; }
span { border-color: rgb(17,197,70); }
td.TdClassName
{
border-color: #11C546;
}
.TagClassName
{
border-color: #11C546;
}
</style>