Shades of Dark Pastel Green #12C11D
Tints of Dark Pastel Green #12C11D
RGB
CMYK
RGB Variations
Color information
#12C11D (or 0x12C11D) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 1D. RGB value is (18,193,29). Sum of RGB (Red+Green+Blue) = 18+193+29=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #12C11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C11D is #ED3EE2. Grayscale: #7A7A7A. Windows color (decimal): -15548131 or 1949970. OLE color: 1949970.
HSL color Cylindrical-coordinate representation of color #12C11D: hue angle of 123.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C11D is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 29 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.24 |
| HSL | 123.77º | 0.83% | 0.41% | - |
| HSV(B) | 123.77º | 0.91% | 0.76% | - |
| XYZ | 19.54 | 38.36 | 7.54 | - |
| YUV | 121.98 | 75.52 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 29 | 0.91 | 0 | 0.85 | 0.24 | 123.77 | 0.83 | 0.41 |
| Hex | 12 | C1 | 1D | 5B | 0 | 55 | 18 | 7C | 53 | 29 |
| Octal | 22 | 301 | 35 | 133 | 0 | 125 | 30 | 174 | 123 | 51 |
| Binary | 10010 | 11000001 | 11101 | 1011011 | 0 | 1010101 | 11000 | 1111100 | 1010011 | 101001 |
Color Harmonies of #12C11D
Complementary color
Monochromatic Colors of #12C11D
Black with #12C11D
Text Example
Text Example
White with #12C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C11D; }
p { color: rgb(18,193,29); }
H1.HeaderClassName
{
color: #12C11D;
}
.AnyTagClassName
{
color: #12C11D;
}
</style>
background-color css
<style>
a { background-color: #12C11D; }
a { background-color: rgb(18,193,29); }
div.DivClassName
{
background-color: #12C11D;
}
.BgClassName
{
background-color: #12C11D;
}
</style>
border-color css
<style>
span { border-color: #12C11D; }
span { border-color: rgb(18,193,29); }
td.TdClassName
{
border-color: #12C11D;
}
.TagClassName
{
border-color: #12C11D;
}
</style>