Shades of Dark Pastel Green #12C540
Tints of Dark Pastel Green #12C540
RGB
CMYK
RGB Variations
Color information
#12C540 (or 0x12C540) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 40. RGB value is (18,197,64). Sum of RGB (Red+Green+Blue) = 18+197+64=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #12C540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C540 is #ED3ABF. Grayscale: #808080. Windows color (decimal): -15547072 or 4244754. OLE color: 4244754.
HSL color Cylindrical-coordinate representation of color #12C540: hue angle of 135.42º 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 #12C540 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 64 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.23 |
| HSL | 135.42º | 0.83% | 0.42% | - |
| HSV(B) | 135.42º | 0.91% | 0.77% | - |
| XYZ | 21.14 | 40.43 | 11.54 | - |
| YUV | 128.32 | 91.7 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 64 | 0.91 | 0 | 0.68 | 0.23 | 135.42 | 0.83 | 0.42 |
| Hex | 12 | C5 | 40 | 5B | 0 | 44 | 17 | 87 | 53 | 2A |
| Octal | 22 | 305 | 100 | 133 | 0 | 104 | 27 | 207 | 123 | 52 |
| Binary | 10010 | 11000101 | 1000000 | 1011011 | 0 | 1000100 | 10111 | 10000111 | 1010011 | 101010 |
Color Harmonies of #12C540
Complementary color
Monochromatic Colors of #12C540
Black with #12C540
Text Example
Text Example
White with #12C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C540; }
p { color: rgb(18,197,64); }
H1.HeaderClassName
{
color: #12C540;
}
.AnyTagClassName
{
color: #12C540;
}
</style>
background-color css
<style>
a { background-color: #12C540; }
a { background-color: rgb(18,197,64); }
div.DivClassName
{
background-color: #12C540;
}
.BgClassName
{
background-color: #12C540;
}
</style>
border-color css
<style>
span { border-color: #12C540; }
span { border-color: rgb(18,197,64); }
td.TdClassName
{
border-color: #12C540;
}
.TagClassName
{
border-color: #12C540;
}
</style>