Shades of Dark Pastel Green #12C520
Tints of Dark Pastel Green #12C520
RGB
CMYK
RGB Variations
Color information
#12C520 (or 0x12C520) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 20. RGB value is (18,197,32). Sum of RGB (Red+Green+Blue) = 18+197+32=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #12C520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C520 is #ED3ADF. Grayscale: #7D7D7D. Windows color (decimal): -15547104 or 2147602. OLE color: 2147602.
HSL color Cylindrical-coordinate representation of color #12C520: hue angle of 124.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C520 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 32 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.23 |
| HSL | 124.69º | 0.83% | 0.42% | - |
| HSV(B) | 124.69º | 0.91% | 0.77% | - |
| XYZ | 20.48 | 40.17 | 8.04 | - |
| YUV | 124.67 | 75.7 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 32 | 0.91 | 0 | 0.84 | 0.23 | 124.69 | 0.83 | 0.42 |
| Hex | 12 | C5 | 20 | 5B | 0 | 54 | 17 | 7D | 53 | 2A |
| Octal | 22 | 305 | 40 | 133 | 0 | 124 | 27 | 175 | 123 | 52 |
| Binary | 10010 | 11000101 | 100000 | 1011011 | 0 | 1010100 | 10111 | 1111101 | 1010011 | 101010 |
Color Harmonies of #12C520
Complementary color
Monochromatic Colors of #12C520
Black with #12C520
Text Example
Text Example
White with #12C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C520; }
p { color: rgb(18,197,32); }
H1.HeaderClassName
{
color: #12C520;
}
.AnyTagClassName
{
color: #12C520;
}
</style>
background-color css
<style>
a { background-color: #12C520; }
a { background-color: rgb(18,197,32); }
div.DivClassName
{
background-color: #12C520;
}
.BgClassName
{
background-color: #12C520;
}
</style>
border-color css
<style>
span { border-color: #12C520; }
span { border-color: rgb(18,197,32); }
td.TdClassName
{
border-color: #12C520;
}
.TagClassName
{
border-color: #12C520;
}
</style>