Shades of Dark Pastel Green #11A83B
Tints of Dark Pastel Green #11A83B
RGB
CMYK
RGB Variations
Color information
#11A83B (or 0x11A83B) is known color: Dark Pastel Green. HEX triplet: 11, A8 and 3B. RGB value is (17,168,59). Sum of RGB (Red+Green+Blue) = 17+168+59=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 168 (66.02% from 255 or 68.85% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 168 - color contains mainly: green. Hex color #11A83B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A83B is #EE57C4. Grayscale: #6E6E6E. Windows color (decimal): -15620037 or 3909649. OLE color: 3909649.
HSL color Cylindrical-coordinate representation of color #11A83B: hue angle of 136.69º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A83B is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 168 | 59 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.34 |
| HSL | 136.69º | 0.82% | 0.36% | - |
| HSV(B) | 136.69º | 0.9% | 0.66% | - |
| XYZ | 15.02 | 28.44 | 8.84 | - |
| YUV | 110.43 | 98.97 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 59 | 0.90 | 0 | 0.65 | 0.34 | 136.69 | 0.82 | 0.36 |
| Hex | 11 | A8 | 3B | 5A | 0 | 41 | 22 | 89 | 52 | 24 |
| Octal | 21 | 250 | 73 | 132 | 0 | 101 | 42 | 211 | 122 | 44 |
| Binary | 10001 | 10101000 | 111011 | 1011010 | 0 | 1000001 | 100010 | 10001001 | 1010010 | 100100 |
Color Harmonies of #11A83B
Complementary color
Monochromatic Colors of #11A83B
Black with #11A83B
Text Example
Text Example
White with #11A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A83B; }
p { color: rgb(17,168,59); }
H1.HeaderClassName
{
color: #11A83B;
}
.AnyTagClassName
{
color: #11A83B;
}
</style>
background-color css
<style>
a { background-color: #11A83B; }
a { background-color: rgb(17,168,59); }
div.DivClassName
{
background-color: #11A83B;
}
.BgClassName
{
background-color: #11A83B;
}
</style>
border-color css
<style>
span { border-color: #11A83B; }
span { border-color: rgb(17,168,59); }
td.TdClassName
{
border-color: #11A83B;
}
.TagClassName
{
border-color: #11A83B;
}
</style>