Shades of Dark Pastel Green #12C02F
Tints of Dark Pastel Green #12C02F
RGB
CMYK
RGB Variations
Color information
#12C02F (or 0x12C02F) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 2F. RGB value is (18,192,47). Sum of RGB (Red+Green+Blue) = 18+192+47=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #12C02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C02F is #ED3FD0. Grayscale: #7B7B7B. Windows color (decimal): -15548369 or 3129362. OLE color: 3129362.
HSL color Cylindrical-coordinate representation of color #12C02F: hue angle of 130º 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 #12C02F is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 47 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.25 |
| HSL | 130º | 0.83% | 0.41% | - |
| HSV(B) | 130º | 0.91% | 0.75% | - |
| XYZ | 19.61 | 38.03 | 9 | - |
| YUV | 123.44 | 84.85 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 47 | 0.91 | 0 | 0.76 | 0.25 | 130 | 0.83 | 0.41 |
| Hex | 12 | C0 | 2F | 5B | 0 | 4C | 19 | 82 | 53 | 29 |
| Octal | 22 | 300 | 57 | 133 | 0 | 114 | 31 | 202 | 123 | 51 |
| Binary | 10010 | 11000000 | 101111 | 1011011 | 0 | 1001100 | 11001 | 10000010 | 1010011 | 101001 |
Color Harmonies of #12C02F
Complementary color
Monochromatic Colors of #12C02F
Black with #12C02F
Text Example
Text Example
White with #12C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C02F; }
p { color: rgb(18,192,47); }
H1.HeaderClassName
{
color: #12C02F;
}
.AnyTagClassName
{
color: #12C02F;
}
</style>
background-color css
<style>
a { background-color: #12C02F; }
a { background-color: rgb(18,192,47); }
div.DivClassName
{
background-color: #12C02F;
}
.BgClassName
{
background-color: #12C02F;
}
</style>
border-color css
<style>
span { border-color: #12C02F; }
span { border-color: rgb(18,192,47); }
td.TdClassName
{
border-color: #12C02F;
}
.TagClassName
{
border-color: #12C02F;
}
</style>