Shades of Dark Pastel Green #12C021
Tints of Dark Pastel Green #12C021
RGB
CMYK
RGB Variations
Color information
#12C021 (or 0x12C021) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 21. RGB value is (18,192,33). Sum of RGB (Red+Green+Blue) = 18+192+33=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #12C021 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C021 is #ED3FDE. Grayscale: #7A7A7A. Windows color (decimal): -15548383 or 2211858. OLE color: 2211858.
HSL color Cylindrical-coordinate representation of color #12C021: hue angle of 125.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C021 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 33 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.25 |
| HSL | 125.17º | 0.83% | 0.41% | - |
| HSV(B) | 125.17º | 0.91% | 0.75% | - |
| XYZ | 19.37 | 37.94 | 7.74 | - |
| YUV | 121.85 | 77.85 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 33 | 0.91 | 0 | 0.83 | 0.25 | 125.17 | 0.83 | 0.41 |
| Hex | 12 | C0 | 21 | 5B | 0 | 53 | 19 | 7D | 53 | 29 |
| Octal | 22 | 300 | 41 | 133 | 0 | 123 | 31 | 175 | 123 | 51 |
| Binary | 10010 | 11000000 | 100001 | 1011011 | 0 | 1010011 | 11001 | 1111101 | 1010011 | 101001 |
Color Harmonies of #12C021
Complementary color
Monochromatic Colors of #12C021
Black with #12C021
Text Example
Text Example
White with #12C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C021; }
p { color: rgb(18,192,33); }
H1.HeaderClassName
{
color: #12C021;
}
.AnyTagClassName
{
color: #12C021;
}
</style>
background-color css
<style>
a { background-color: #12C021; }
a { background-color: rgb(18,192,33); }
div.DivClassName
{
background-color: #12C021;
}
.BgClassName
{
background-color: #12C021;
}
</style>
border-color css
<style>
span { border-color: #12C021; }
span { border-color: rgb(18,192,33); }
td.TdClassName
{
border-color: #12C021;
}
.TagClassName
{
border-color: #12C021;
}
</style>