Shades of Dark Pastel Green #12C42F
Tints of Dark Pastel Green #12C42F
RGB
CMYK
RGB Variations
Color information
#12C42F (or 0x12C42F) is known color: Dark Pastel Green. HEX triplet: 12, C4 and 2F. RGB value is (18,196,47). Sum of RGB (Red+Green+Blue) = 18+196+47=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 196 (76.95% from 255 or 75.10% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 196 - color contains mainly: green. Hex color #12C42F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C42F is #ED3BD0. Grayscale: #7E7E7E. Windows color (decimal): -15547345 or 3130386. OLE color: 3130386.
HSL color Cylindrical-coordinate representation of color #12C42F: hue angle of 129.78º 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 #12C42F is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 47 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.23 |
| HSL | 129.78º | 0.83% | 0.42% | - |
| HSV(B) | 129.78º | 0.91% | 0.77% | - |
| XYZ | 20.5 | 39.81 | 9.29 | - |
| YUV | 125.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 47 | 0.91 | 0 | 0.76 | 0.23 | 129.78 | 0.83 | 0.42 |
| Hex | 12 | C4 | 2F | 5B | 0 | 4C | 17 | 82 | 53 | 2A |
| Octal | 22 | 304 | 57 | 133 | 0 | 114 | 27 | 202 | 123 | 52 |
| Binary | 10010 | 11000100 | 101111 | 1011011 | 0 | 1001100 | 10111 | 10000010 | 1010011 | 101010 |
Color Harmonies of #12C42F
Complementary color
Monochromatic Colors of #12C42F
Black with #12C42F
Text Example
Text Example
White with #12C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C42F; }
p { color: rgb(18,196,47); }
H1.HeaderClassName
{
color: #12C42F;
}
.AnyTagClassName
{
color: #12C42F;
}
</style>
background-color css
<style>
a { background-color: #12C42F; }
a { background-color: rgb(18,196,47); }
div.DivClassName
{
background-color: #12C42F;
}
.BgClassName
{
background-color: #12C42F;
}
</style>
border-color css
<style>
span { border-color: #12C42F; }
span { border-color: rgb(18,196,47); }
td.TdClassName
{
border-color: #12C42F;
}
.TagClassName
{
border-color: #12C42F;
}
</style>