Shades of Dark Pastel Green #12C547
Tints of Dark Pastel Green #12C547
RGB
CMYK
RGB Variations
Color information
#12C547 (or 0x12C547) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 47. RGB value is (18,197,71). Sum of RGB (Red+Green+Blue) = 18+197+71=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #12C547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C547 is #ED3AB8. Grayscale: #818181. Windows color (decimal): -15547065 or 4703506. OLE color: 4703506.
HSL color Cylindrical-coordinate representation of color #12C547: hue angle of 137.77º 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 #12C547 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 71 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.23 |
| HSL | 137.77º | 0.83% | 0.42% | - |
| HSV(B) | 137.77º | 0.91% | 0.77% | - |
| XYZ | 21.35 | 40.52 | 12.66 | - |
| YUV | 129.12 | 95.2 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 71 | 0.91 | 0 | 0.64 | 0.23 | 137.77 | 0.83 | 0.42 |
| Hex | 12 | C5 | 47 | 5B | 0 | 40 | 17 | 8A | 53 | 2A |
| Octal | 22 | 305 | 107 | 133 | 0 | 100 | 27 | 212 | 123 | 52 |
| Binary | 10010 | 11000101 | 1000111 | 1011011 | 0 | 1000000 | 10111 | 10001010 | 1010011 | 101010 |
Color Harmonies of #12C547
Complementary color
Monochromatic Colors of #12C547
Black with #12C547
Text Example
Text Example
White with #12C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C547; }
p { color: rgb(18,197,71); }
H1.HeaderClassName
{
color: #12C547;
}
.AnyTagClassName
{
color: #12C547;
}
</style>
background-color css
<style>
a { background-color: #12C547; }
a { background-color: rgb(18,197,71); }
div.DivClassName
{
background-color: #12C547;
}
.BgClassName
{
background-color: #12C547;
}
</style>
border-color css
<style>
span { border-color: #12C547; }
span { border-color: rgb(18,197,71); }
td.TdClassName
{
border-color: #12C547;
}
.TagClassName
{
border-color: #12C547;
}
</style>