Shades of Dark Pastel Green #11C54A
Tints of Dark Pastel Green #11C54A
RGB
CMYK
RGB Variations
Color information
#11C54A (or 0x11C54A) is known color: Dark Pastel Green. HEX triplet: 11, C5 and 4A. RGB value is (17,197,74). Sum of RGB (Red+Green+Blue) = 17+197+74=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #11C54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C54A is #EE3AB5. Grayscale: #818181. Windows color (decimal): -15612598 or 4900113. OLE color: 4900113.
HSL color Cylindrical-coordinate representation of color #11C54A: hue angle of 139º 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 #11C54A is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 74 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.23 |
| HSL | 139º | 0.84% | 0.42% | - |
| HSV(B) | 139º | 0.91% | 0.77% | - |
| XYZ | 21.43 | 40.55 | 13.18 | - |
| YUV | 129.16 | 96.87 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 74 | 0.91 | 0 | 0.62 | 0.23 | 139 | 0.84 | 0.42 |
| Hex | 11 | C5 | 4A | 5B | 0 | 3E | 17 | 8B | 54 | 2A |
| Octal | 21 | 305 | 112 | 133 | 0 | 76 | 27 | 213 | 124 | 52 |
| Binary | 10001 | 11000101 | 1001010 | 1011011 | 0 | 111110 | 10111 | 10001011 | 1010100 | 101010 |
Color Harmonies of #11C54A
Complementary color
Monochromatic Colors of #11C54A
Black with #11C54A
Text Example
Text Example
White with #11C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C54A; }
p { color: rgb(17,197,74); }
H1.HeaderClassName
{
color: #11C54A;
}
.AnyTagClassName
{
color: #11C54A;
}
</style>
background-color css
<style>
a { background-color: #11C54A; }
a { background-color: rgb(17,197,74); }
div.DivClassName
{
background-color: #11C54A;
}
.BgClassName
{
background-color: #11C54A;
}
</style>
border-color css
<style>
span { border-color: #11C54A; }
span { border-color: rgb(17,197,74); }
td.TdClassName
{
border-color: #11C54A;
}
.TagClassName
{
border-color: #11C54A;
}
</style>