Shades of Dark Pastel Green #12C521
Tints of Dark Pastel Green #12C521
RGB
CMYK
RGB Variations
Color information
#12C521 (or 0x12C521) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 21. RGB value is (18,197,33). Sum of RGB (Red+Green+Blue) = 18+197+33=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 197 (77.34% from 255 or 79.44% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 197 - color contains mainly: green. Hex color #12C521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C521 is #ED3ADE. Grayscale: #7D7D7D. Windows color (decimal): -15547103 or 2213138. OLE color: 2213138.
HSL color Cylindrical-coordinate representation of color #12C521: hue angle of 125.03º 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 #12C521 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 33 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.23 |
| HSL | 125.03º | 0.83% | 0.42% | - |
| HSV(B) | 125.03º | 0.91% | 0.77% | - |
| XYZ | 20.49 | 40.17 | 8.11 | - |
| YUV | 124.78 | 76.2 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 33 | 0.91 | 0 | 0.83 | 0.23 | 125.03 | 0.83 | 0.42 |
| Hex | 12 | C5 | 21 | 5B | 0 | 53 | 17 | 7D | 53 | 2A |
| Octal | 22 | 305 | 41 | 133 | 0 | 123 | 27 | 175 | 123 | 52 |
| Binary | 10010 | 11000101 | 100001 | 1011011 | 0 | 1010011 | 10111 | 1111101 | 1010011 | 101010 |
Color Harmonies of #12C521
Complementary color
Monochromatic Colors of #12C521
Black with #12C521
Text Example
Text Example
White with #12C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C521; }
p { color: rgb(18,197,33); }
H1.HeaderClassName
{
color: #12C521;
}
.AnyTagClassName
{
color: #12C521;
}
</style>
background-color css
<style>
a { background-color: #12C521; }
a { background-color: rgb(18,197,33); }
div.DivClassName
{
background-color: #12C521;
}
.BgClassName
{
background-color: #12C521;
}
</style>
border-color css
<style>
span { border-color: #12C521; }
span { border-color: rgb(18,197,33); }
td.TdClassName
{
border-color: #12C521;
}
.TagClassName
{
border-color: #12C521;
}
</style>