Shades of Dark Pastel Green #11AF2E
Tints of Dark Pastel Green #11AF2E
RGB
CMYK
RGB Variations
Color information
#11AF2E (or 0x11AF2E) is known color: Dark Pastel Green. HEX triplet: 11, AF and 2E. RGB value is (17,175,46). Sum of RGB (Red+Green+Blue) = 17+175+46=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 175 (68.75% from 255 or 73.53% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF2E is #EE50D1. Grayscale: #717171. Windows color (decimal): -15618258 or 3059473. OLE color: 3059473.
HSL color Cylindrical-coordinate representation of color #11AF2E: hue angle of 131.01º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF2E is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 46 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.31 |
| HSL | 131.01º | 0.82% | 0.38% | - |
| HSV(B) | 131.01º | 0.9% | 0.69% | - |
| XYZ | 16.05 | 30.98 | 7.72 | - |
| YUV | 113.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 46 | 0.90 | 0 | 0.74 | 0.31 | 131.01 | 0.82 | 0.38 |
| Hex | 11 | AF | 2E | 5A | 0 | 4A | 1F | 83 | 52 | 26 |
| Octal | 21 | 257 | 56 | 132 | 0 | 112 | 37 | 203 | 122 | 46 |
| Binary | 10001 | 10101111 | 101110 | 1011010 | 0 | 1001010 | 11111 | 10000011 | 1010010 | 100110 |
Color Harmonies of #11AF2E
Complementary color
Monochromatic Colors of #11AF2E
Black with #11AF2E
Text Example
Text Example
White with #11AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF2E; }
p { color: rgb(17,175,46); }
H1.HeaderClassName
{
color: #11AF2E;
}
.AnyTagClassName
{
color: #11AF2E;
}
</style>
background-color css
<style>
a { background-color: #11AF2E; }
a { background-color: rgb(17,175,46); }
div.DivClassName
{
background-color: #11AF2E;
}
.BgClassName
{
background-color: #11AF2E;
}
</style>
border-color css
<style>
span { border-color: #11AF2E; }
span { border-color: rgb(17,175,46); }
td.TdClassName
{
border-color: #11AF2E;
}
.TagClassName
{
border-color: #11AF2E;
}
</style>