Shades of Dark Pastel Green #11AF28
Tints of Dark Pastel Green #11AF28
RGB
CMYK
RGB Variations
Color information
#11AF28 (or 0x11AF28) is known color: Dark Pastel Green. HEX triplet: 11, AF and 28. RGB value is (17,175,40). Sum of RGB (Red+Green+Blue) = 17+175+40=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 175 (68.75% from 255 or 75.43% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF28 is #EE50D7. Grayscale: #707070. Windows color (decimal): -15618264 or 2666257. OLE color: 2666257.
HSL color Cylindrical-coordinate representation of color #11AF28: hue angle of 128.73º 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 #11AF28 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 40 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.31 |
| HSL | 128.73º | 0.82% | 0.38% | - |
| HSV(B) | 128.73º | 0.9% | 0.69% | - |
| XYZ | 15.94 | 30.93 | 7.14 | - |
| YUV | 112.37 | 87.15 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 40 | 0.90 | 0 | 0.77 | 0.31 | 128.73 | 0.82 | 0.38 |
| Hex | 11 | AF | 28 | 5A | 0 | 4D | 1F | 81 | 52 | 26 |
| Octal | 21 | 257 | 50 | 132 | 0 | 115 | 37 | 201 | 122 | 46 |
| Binary | 10001 | 10101111 | 101000 | 1011010 | 0 | 1001101 | 11111 | 10000001 | 1010010 | 100110 |
Color Harmonies of #11AF28
Complementary color
Monochromatic Colors of #11AF28
Black with #11AF28
Text Example
Text Example
White with #11AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF28; }
p { color: rgb(17,175,40); }
H1.HeaderClassName
{
color: #11AF28;
}
.AnyTagClassName
{
color: #11AF28;
}
</style>
background-color css
<style>
a { background-color: #11AF28; }
a { background-color: rgb(17,175,40); }
div.DivClassName
{
background-color: #11AF28;
}
.BgClassName
{
background-color: #11AF28;
}
</style>
border-color css
<style>
span { border-color: #11AF28; }
span { border-color: rgb(17,175,40); }
td.TdClassName
{
border-color: #11AF28;
}
.TagClassName
{
border-color: #11AF28;
}
</style>