Shades of Dark Pastel Green #12C04F
Tints of Dark Pastel Green #12C04F
RGB
CMYK
RGB Variations
Color information
#12C04F (or 0x12C04F) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 4F. RGB value is (18,192,79). Sum of RGB (Red+Green+Blue) = 18+192+79=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #12C04F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C04F is #ED3FB0. Grayscale: #7F7F7F. Windows color (decimal): -15548337 or 5226514. OLE color: 5226514.
HSL color Cylindrical-coordinate representation of color #12C04F: hue angle of 141.03º 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 #12C04F is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 79 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.25 |
| HSL | 141.03º | 0.83% | 0.41% | - |
| HSV(B) | 141.03º | 0.91% | 0.75% | - |
| XYZ | 20.51 | 38.39 | 13.73 | - |
| YUV | 127.09 | 100.85 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 79 | 0.91 | 0 | 0.59 | 0.25 | 141.03 | 0.83 | 0.41 |
| Hex | 12 | C0 | 4F | 5B | 0 | 3B | 19 | 8D | 53 | 29 |
| Octal | 22 | 300 | 117 | 133 | 0 | 73 | 31 | 215 | 123 | 51 |
| Binary | 10010 | 11000000 | 1001111 | 1011011 | 0 | 111011 | 11001 | 10001101 | 1010011 | 101001 |
Color Harmonies of #12C04F
Complementary color
Monochromatic Colors of #12C04F
Black with #12C04F
Text Example
Text Example
White with #12C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C04F; }
p { color: rgb(18,192,79); }
H1.HeaderClassName
{
color: #12C04F;
}
.AnyTagClassName
{
color: #12C04F;
}
</style>
background-color css
<style>
a { background-color: #12C04F; }
a { background-color: rgb(18,192,79); }
div.DivClassName
{
background-color: #12C04F;
}
.BgClassName
{
background-color: #12C04F;
}
</style>
border-color css
<style>
span { border-color: #12C04F; }
span { border-color: rgb(18,192,79); }
td.TdClassName
{
border-color: #12C04F;
}
.TagClassName
{
border-color: #12C04F;
}
</style>