Shades of Dark Pastel Green #11AF29
Tints of Dark Pastel Green #11AF29
RGB
CMYK
RGB Variations
Color information
#11AF29 (or 0x11AF29) is known color: Dark Pastel Green. HEX triplet: 11, AF and 29. RGB value is (17,175,41). Sum of RGB (Red+Green+Blue) = 17+175+41=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF29 is #EE50D6. Grayscale: #707070. Windows color (decimal): -15618263 or 2731793. OLE color: 2731793.
HSL color Cylindrical-coordinate representation of color #11AF29: hue angle of 129.11º 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 #11AF29 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 41 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.31 |
| HSL | 129.11º | 0.82% | 0.38% | - |
| HSV(B) | 129.11º | 0.9% | 0.69% | - |
| XYZ | 15.96 | 30.94 | 7.23 | - |
| YUV | 112.48 | 87.65 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 41 | 0.90 | 0 | 0.77 | 0.31 | 129.11 | 0.82 | 0.38 |
| Hex | 11 | AF | 29 | 5A | 0 | 4D | 1F | 81 | 52 | 26 |
| Octal | 21 | 257 | 51 | 132 | 0 | 115 | 37 | 201 | 122 | 46 |
| Binary | 10001 | 10101111 | 101001 | 1011010 | 0 | 1001101 | 11111 | 10000001 | 1010010 | 100110 |
Color Harmonies of #11AF29
Complementary color
Monochromatic Colors of #11AF29
Black with #11AF29
Text Example
Text Example
White with #11AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF29; }
p { color: rgb(17,175,41); }
H1.HeaderClassName
{
color: #11AF29;
}
.AnyTagClassName
{
color: #11AF29;
}
</style>
background-color css
<style>
a { background-color: #11AF29; }
a { background-color: rgb(17,175,41); }
div.DivClassName
{
background-color: #11AF29;
}
.BgClassName
{
background-color: #11AF29;
}
</style>
border-color css
<style>
span { border-color: #11AF29; }
span { border-color: rgb(17,175,41); }
td.TdClassName
{
border-color: #11AF29;
}
.TagClassName
{
border-color: #11AF29;
}
</style>