Shades of Dark Pastel Green #12C11E
Tints of Dark Pastel Green #12C11E
RGB
CMYK
RGB Variations
Color information
#12C11E (or 0x12C11E) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 1E. RGB value is (18,193,30). Sum of RGB (Red+Green+Blue) = 18+193+30=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 193 (75.78% from 255 or 80.08% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 193 - color contains mainly: green. Hex color #12C11E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C11E is #ED3EE1. Grayscale: #7A7A7A. Windows color (decimal): -15548130 or 2015506. OLE color: 2015506.
HSL color Cylindrical-coordinate representation of color #12C11E: hue angle of 124.11º 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 #12C11E is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 30 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.24 |
| HSL | 124.11º | 0.83% | 0.41% | - |
| HSV(B) | 124.11º | 0.91% | 0.76% | - |
| XYZ | 19.55 | 38.36 | 7.6 | - |
| YUV | 122.09 | 76.02 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 30 | 0.91 | 0 | 0.84 | 0.24 | 124.11 | 0.83 | 0.41 |
| Hex | 12 | C1 | 1E | 5B | 0 | 54 | 18 | 7C | 53 | 29 |
| Octal | 22 | 301 | 36 | 133 | 0 | 124 | 30 | 174 | 123 | 51 |
| Binary | 10010 | 11000001 | 11110 | 1011011 | 0 | 1010100 | 11000 | 1111100 | 1010011 | 101001 |
Color Harmonies of #12C11E
Complementary color
Monochromatic Colors of #12C11E
Black with #12C11E
Text Example
Text Example
White with #12C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C11E; }
p { color: rgb(18,193,30); }
H1.HeaderClassName
{
color: #12C11E;
}
.AnyTagClassName
{
color: #12C11E;
}
</style>
background-color css
<style>
a { background-color: #12C11E; }
a { background-color: rgb(18,193,30); }
div.DivClassName
{
background-color: #12C11E;
}
.BgClassName
{
background-color: #12C11E;
}
</style>
border-color css
<style>
span { border-color: #12C11E; }
span { border-color: rgb(18,193,30); }
td.TdClassName
{
border-color: #12C11E;
}
.TagClassName
{
border-color: #12C11E;
}
</style>