Shades of Dark Pastel Green #11AF2A
Tints of Dark Pastel Green #11AF2A
RGB
CMYK
RGB Variations
Color information
#11AF2A (or 0x11AF2A) is known color: Dark Pastel Green. HEX triplet: 11, AF and 2A. RGB value is (17,175,42). Sum of RGB (Red+Green+Blue) = 17+175+42=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF2A is #EE50D5. Grayscale: #707070. Windows color (decimal): -15618262 or 2797329. OLE color: 2797329.
HSL color Cylindrical-coordinate representation of color #11AF2A: hue angle of 129.49º 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 #11AF2A is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 42 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.31 |
| HSL | 129.49º | 0.82% | 0.38% | - |
| HSV(B) | 129.49º | 0.9% | 0.69% | - |
| XYZ | 15.98 | 30.95 | 7.32 | - |
| YUV | 112.6 | 88.15 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 42 | 0.90 | 0 | 0.76 | 0.31 | 129.49 | 0.82 | 0.38 |
| Hex | 11 | AF | 2A | 5A | 0 | 4C | 1F | 81 | 52 | 26 |
| Octal | 21 | 257 | 52 | 132 | 0 | 114 | 37 | 201 | 122 | 46 |
| Binary | 10001 | 10101111 | 101010 | 1011010 | 0 | 1001100 | 11111 | 10000001 | 1010010 | 100110 |
Color Harmonies of #11AF2A
Complementary color
Monochromatic Colors of #11AF2A
Black with #11AF2A
Text Example
Text Example
White with #11AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF2A; }
p { color: rgb(17,175,42); }
H1.HeaderClassName
{
color: #11AF2A;
}
.AnyTagClassName
{
color: #11AF2A;
}
</style>
background-color css
<style>
a { background-color: #11AF2A; }
a { background-color: rgb(17,175,42); }
div.DivClassName
{
background-color: #11AF2A;
}
.BgClassName
{
background-color: #11AF2A;
}
</style>
border-color css
<style>
span { border-color: #11AF2A; }
span { border-color: rgb(17,175,42); }
td.TdClassName
{
border-color: #11AF2A;
}
.TagClassName
{
border-color: #11AF2A;
}
</style>