Shades of Dark Pastel Green #12C532
Tints of Dark Pastel Green #12C532
RGB
CMYK
RGB Variations
Color information
#12C532 (or 0x12C532) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 32. RGB value is (18,197,50). Sum of RGB (Red+Green+Blue) = 18+197+50=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #12C532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C532 is #ED3ACD. Grayscale: #7F7F7F. Windows color (decimal): -15547086 or 3327250. OLE color: 3327250.
HSL color Cylindrical-coordinate representation of color #12C532: hue angle of 130.73º 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 #12C532 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 50 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.23 |
| HSL | 130.73º | 0.83% | 0.42% | - |
| HSV(B) | 130.73º | 0.91% | 0.77% | - |
| XYZ | 20.79 | 40.29 | 9.7 | - |
| YUV | 126.72 | 84.7 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 50 | 0.91 | 0 | 0.75 | 0.23 | 130.73 | 0.83 | 0.42 |
| Hex | 12 | C5 | 32 | 5B | 0 | 4B | 17 | 83 | 53 | 2A |
| Octal | 22 | 305 | 62 | 133 | 0 | 113 | 27 | 203 | 123 | 52 |
| Binary | 10010 | 11000101 | 110010 | 1011011 | 0 | 1001011 | 10111 | 10000011 | 1010011 | 101010 |
Color Harmonies of #12C532
Complementary color
Monochromatic Colors of #12C532
Black with #12C532
Text Example
Text Example
White with #12C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C532; }
p { color: rgb(18,197,50); }
H1.HeaderClassName
{
color: #12C532;
}
.AnyTagClassName
{
color: #12C532;
}
</style>
background-color css
<style>
a { background-color: #12C532; }
a { background-color: rgb(18,197,50); }
div.DivClassName
{
background-color: #12C532;
}
.BgClassName
{
background-color: #12C532;
}
</style>
border-color css
<style>
span { border-color: #12C532; }
span { border-color: rgb(18,197,50); }
td.TdClassName
{
border-color: #12C532;
}
.TagClassName
{
border-color: #12C532;
}
</style>