Shades of Dark Pastel Green #11AD2B
Tints of Dark Pastel Green #11AD2B
RGB
CMYK
RGB Variations
Color information
#11AD2B (or 0x11AD2B) is known color: Dark Pastel Green. HEX triplet: 11, AD and 2B. RGB value is (17,173,43). Sum of RGB (Red+Green+Blue) = 17+173+43=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AD2B is #EE52D4. Grayscale: #6F6F6F. Windows color (decimal): -15618773 or 2862353. OLE color: 2862353.
HSL color Cylindrical-coordinate representation of color #11AD2B: hue angle of 130º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD2B is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 43 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.32 |
| HSL | 130º | 0.82% | 0.37% | - |
| HSV(B) | 130º | 0.9% | 0.68% | - |
| XYZ | 15.61 | 30.18 | 7.29 | - |
| YUV | 111.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 43 | 0.90 | 0 | 0.75 | 0.32 | 130 | 0.82 | 0.37 |
| Hex | 11 | AD | 2B | 5A | 0 | 4B | 20 | 82 | 52 | 25 |
| Octal | 21 | 255 | 53 | 132 | 0 | 113 | 40 | 202 | 122 | 45 |
| Binary | 10001 | 10101101 | 101011 | 1011010 | 0 | 1001011 | 100000 | 10000010 | 1010010 | 100101 |
Color Harmonies of #11AD2B
Complementary color
Monochromatic Colors of #11AD2B
Black with #11AD2B
Text Example
Text Example
White with #11AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD2B; }
p { color: rgb(17,173,43); }
H1.HeaderClassName
{
color: #11AD2B;
}
.AnyTagClassName
{
color: #11AD2B;
}
</style>
background-color css
<style>
a { background-color: #11AD2B; }
a { background-color: rgb(17,173,43); }
div.DivClassName
{
background-color: #11AD2B;
}
.BgClassName
{
background-color: #11AD2B;
}
</style>
border-color css
<style>
span { border-color: #11AD2B; }
span { border-color: rgb(17,173,43); }
td.TdClassName
{
border-color: #11AD2B;
}
.TagClassName
{
border-color: #11AD2B;
}
</style>