Shades of Dark Pastel Green #11B93C
Tints of Dark Pastel Green #11B93C
RGB
CMYK
RGB Variations
Color information
#11B93C (or 0x11B93C) is known color: Dark Pastel Green. HEX triplet: 11, B9 and 3C. RGB value is (17,185,60). Sum of RGB (Red+Green+Blue) = 17+185+60=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #11B93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B93C is #EE46C3. Grayscale: #787878. Windows color (decimal): -15615684 or 3979537. OLE color: 3979537.
HSL color Cylindrical-coordinate representation of color #11B93C: hue angle of 135.36º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B93C is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 60 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.27 |
| HSL | 135.36º | 0.83% | 0.4% | - |
| HSV(B) | 135.36º | 0.91% | 0.73% | - |
| XYZ | 18.4 | 35.14 | 10.09 | - |
| YUV | 120.52 | 93.84 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 60 | 0.91 | 0 | 0.68 | 0.27 | 135.36 | 0.83 | 0.4 |
| Hex | 11 | B9 | 3C | 5B | 0 | 44 | 1B | 87 | 53 | 28 |
| Octal | 21 | 271 | 74 | 133 | 0 | 104 | 33 | 207 | 123 | 50 |
| Binary | 10001 | 10111001 | 111100 | 1011011 | 0 | 1000100 | 11011 | 10000111 | 1010011 | 101000 |
Color Harmonies of #11B93C
Complementary color
Monochromatic Colors of #11B93C
Black with #11B93C
Text Example
Text Example
White with #11B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B93C; }
p { color: rgb(17,185,60); }
H1.HeaderClassName
{
color: #11B93C;
}
.AnyTagClassName
{
color: #11B93C;
}
</style>
background-color css
<style>
a { background-color: #11B93C; }
a { background-color: rgb(17,185,60); }
div.DivClassName
{
background-color: #11B93C;
}
.BgClassName
{
background-color: #11B93C;
}
</style>
border-color css
<style>
span { border-color: #11B93C; }
span { border-color: rgb(17,185,60); }
td.TdClassName
{
border-color: #11B93C;
}
.TagClassName
{
border-color: #11B93C;
}
</style>