Shades of Dark Pastel Green #12CE2F
Tints of Dark Pastel Green #12CE2F
RGB
CMYK
RGB Variations
Color information
#12CE2F (or 0x12CE2F) is known color: Dark Pastel Green. HEX triplet: 12, CE and 2F. RGB value is (18,206,47). Sum of RGB (Red+Green+Blue) = 18+206+47=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE2F is #ED31D0. Grayscale: #848484. Windows color (decimal): -15544785 or 3132946. OLE color: 3132946.
HSL color Cylindrical-coordinate representation of color #12CE2F: hue angle of 129.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE2F is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 47 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.19 |
| HSL | 129.26º | 0.84% | 0.44% | - |
| HSV(B) | 129.26º | 0.91% | 0.81% | - |
| XYZ | 22.83 | 44.48 | 10.07 | - |
| YUV | 131.66 | 80.22 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 47 | 0.91 | 0 | 0.77 | 0.19 | 129.26 | 0.84 | 0.44 |
| Hex | 12 | CE | 2F | 5B | 0 | 4D | 13 | 81 | 54 | 2C |
| Octal | 22 | 316 | 57 | 133 | 0 | 115 | 23 | 201 | 124 | 54 |
| Binary | 10010 | 11001110 | 101111 | 1011011 | 0 | 1001101 | 10011 | 10000001 | 1010100 | 101100 |
Color Harmonies of #12CE2F
Complementary color
Monochromatic Colors of #12CE2F
Black with #12CE2F
Text Example
Text Example
White with #12CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE2F; }
p { color: rgb(18,206,47); }
H1.HeaderClassName
{
color: #12CE2F;
}
.AnyTagClassName
{
color: #12CE2F;
}
</style>
background-color css
<style>
a { background-color: #12CE2F; }
a { background-color: rgb(18,206,47); }
div.DivClassName
{
background-color: #12CE2F;
}
.BgClassName
{
background-color: #12CE2F;
}
</style>
border-color css
<style>
span { border-color: #12CE2F; }
span { border-color: rgb(18,206,47); }
td.TdClassName
{
border-color: #12CE2F;
}
.TagClassName
{
border-color: #12CE2F;
}
</style>