Shades of Dark Pastel Green #11CA3E
Tints of Dark Pastel Green #11CA3E
RGB
CMYK
RGB Variations
Color information
#11CA3E (or 0x11CA3E) is known color: Dark Pastel Green. HEX triplet: 11, CA and 3E. RGB value is (17,202,62). Sum of RGB (Red+Green+Blue) = 17+202+62=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #11CA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CA3E is #EE35C1. Grayscale: #838383. Windows color (decimal): -15611330 or 4114961. OLE color: 4114961.
HSL color Cylindrical-coordinate representation of color #11CA3E: hue angle of 134.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CA3E is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 202 | 62 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.21 |
| HSL | 134.59º | 0.84% | 0.43% | - |
| HSV(B) | 134.59º | 0.92% | 0.79% | - |
| XYZ | 22.22 | 42.71 | 11.63 | - |
| YUV | 130.73 | 89.21 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 202 | 62 | 0.92 | 0 | 0.69 | 0.21 | 134.59 | 0.84 | 0.43 |
| Hex | 11 | CA | 3E | 5C | 0 | 45 | 15 | 87 | 54 | 2B |
| Octal | 21 | 312 | 76 | 134 | 0 | 105 | 25 | 207 | 124 | 53 |
| Binary | 10001 | 11001010 | 111110 | 1011100 | 0 | 1000101 | 10101 | 10000111 | 1010100 | 101011 |
Color Harmonies of #11CA3E
Complementary color
Monochromatic Colors of #11CA3E
Black with #11CA3E
Text Example
Text Example
White with #11CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CA3E; }
p { color: rgb(17,202,62); }
H1.HeaderClassName
{
color: #11CA3E;
}
.AnyTagClassName
{
color: #11CA3E;
}
</style>
background-color css
<style>
a { background-color: #11CA3E; }
a { background-color: rgb(17,202,62); }
div.DivClassName
{
background-color: #11CA3E;
}
.BgClassName
{
background-color: #11CA3E;
}
</style>
border-color css
<style>
span { border-color: #11CA3E; }
span { border-color: rgb(17,202,62); }
td.TdClassName
{
border-color: #11CA3E;
}
.TagClassName
{
border-color: #11CA3E;
}
</style>