Shades of Dark Pastel Green #12C044
Tints of Dark Pastel Green #12C044
RGB
CMYK
RGB Variations
Color information
#12C044 (or 0x12C044) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 44. RGB value is (18,192,68). Sum of RGB (Red+Green+Blue) = 18+192+68=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #12C044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C044 is #ED3FBB. Grayscale: #7E7E7E. Windows color (decimal): -15548348 or 4505618. OLE color: 4505618.
HSL color Cylindrical-coordinate representation of color #12C044: hue angle of 137.24º 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 #12C044 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 68 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.25 |
| HSL | 137.24º | 0.83% | 0.41% | - |
| HSV(B) | 137.24º | 0.91% | 0.75% | - |
| XYZ | 20.14 | 38.25 | 11.79 | - |
| YUV | 125.84 | 95.35 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 68 | 0.91 | 0 | 0.65 | 0.25 | 137.24 | 0.83 | 0.41 |
| Hex | 12 | C0 | 44 | 5B | 0 | 41 | 19 | 89 | 53 | 29 |
| Octal | 22 | 300 | 104 | 133 | 0 | 101 | 31 | 211 | 123 | 51 |
| Binary | 10010 | 11000000 | 1000100 | 1011011 | 0 | 1000001 | 11001 | 10001001 | 1010011 | 101001 |
Color Harmonies of #12C044
Complementary color
Monochromatic Colors of #12C044
Black with #12C044
Text Example
Text Example
White with #12C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C044; }
p { color: rgb(18,192,68); }
H1.HeaderClassName
{
color: #12C044;
}
.AnyTagClassName
{
color: #12C044;
}
</style>
background-color css
<style>
a { background-color: #12C044; }
a { background-color: rgb(18,192,68); }
div.DivClassName
{
background-color: #12C044;
}
.BgClassName
{
background-color: #12C044;
}
</style>
border-color css
<style>
span { border-color: #12C044; }
span { border-color: rgb(18,192,68); }
td.TdClassName
{
border-color: #12C044;
}
.TagClassName
{
border-color: #12C044;
}
</style>