Shades of Dark Pastel Green #12C548
Tints of Dark Pastel Green #12C548
RGB
CMYK
RGB Variations
Color information
#12C548 (or 0x12C548) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 48. RGB value is (18,197,72). Sum of RGB (Red+Green+Blue) = 18+197+72=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #12C548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C548 is #ED3AB7. Grayscale: #818181. Windows color (decimal): -15547064 or 4769042. OLE color: 4769042.
HSL color Cylindrical-coordinate representation of color #12C548: hue angle of 138.1º 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 #12C548 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 72 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.23 |
| HSL | 138.1º | 0.83% | 0.42% | - |
| HSV(B) | 138.1º | 0.91% | 0.77% | - |
| XYZ | 21.39 | 40.53 | 12.83 | - |
| YUV | 129.23 | 95.7 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 72 | 0.91 | 0 | 0.63 | 0.23 | 138.1 | 0.83 | 0.42 |
| Hex | 12 | C5 | 48 | 5B | 0 | 3F | 17 | 8A | 53 | 2A |
| Octal | 22 | 305 | 110 | 133 | 0 | 77 | 27 | 212 | 123 | 52 |
| Binary | 10010 | 11000101 | 1001000 | 1011011 | 0 | 111111 | 10111 | 10001010 | 1010011 | 101010 |
Color Harmonies of #12C548
Complementary color
Monochromatic Colors of #12C548
Black with #12C548
Text Example
Text Example
White with #12C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C548; }
p { color: rgb(18,197,72); }
H1.HeaderClassName
{
color: #12C548;
}
.AnyTagClassName
{
color: #12C548;
}
</style>
background-color css
<style>
a { background-color: #12C548; }
a { background-color: rgb(18,197,72); }
div.DivClassName
{
background-color: #12C548;
}
.BgClassName
{
background-color: #12C548;
}
</style>
border-color css
<style>
span { border-color: #12C548; }
span { border-color: rgb(18,197,72); }
td.TdClassName
{
border-color: #12C548;
}
.TagClassName
{
border-color: #12C548;
}
</style>