Shades of Dark Pastel Green #12DD2F
Tints of Dark Pastel Green #12DD2F
RGB
CMYK
RGB Variations
Color information
#12DD2F (or 0x12DD2F) is known color: Dark Pastel Green. HEX triplet: 12, DD and 2F. RGB value is (18,221,47). Sum of RGB (Red+Green+Blue) = 18+221+47=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 221 (86.72% from 255 or 77.27% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD2F is #ED22D0. Grayscale: #8C8C8C. Windows color (decimal): -15540945 or 3136786. OLE color: 3136786.
HSL color Cylindrical-coordinate representation of color #12DD2F: hue angle of 128.57º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD2F is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 47 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.13 |
| HSL | 128.57º | 0.85% | 0.47% | - |
| HSV(B) | 128.57º | 0.92% | 0.87% | - |
| XYZ | 26.62 | 52.05 | 11.33 | - |
| YUV | 140.47 | 75.25 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 47 | 0.92 | 0 | 0.79 | 0.13 | 128.57 | 0.85 | 0.47 |
| Hex | 12 | DD | 2F | 5C | 0 | 4F | D | 81 | 55 | 2F |
| Octal | 22 | 335 | 57 | 134 | 0 | 117 | 15 | 201 | 125 | 57 |
| Binary | 10010 | 11011101 | 101111 | 1011100 | 0 | 1001111 | 1101 | 10000001 | 1010101 | 101111 |
Color Harmonies of #12DD2F
Complementary color
Monochromatic Colors of #12DD2F
Black with #12DD2F
Text Example
Text Example
White with #12DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD2F; }
p { color: rgb(18,221,47); }
H1.HeaderClassName
{
color: #12DD2F;
}
.AnyTagClassName
{
color: #12DD2F;
}
</style>
background-color css
<style>
a { background-color: #12DD2F; }
a { background-color: rgb(18,221,47); }
div.DivClassName
{
background-color: #12DD2F;
}
.BgClassName
{
background-color: #12DD2F;
}
</style>
border-color css
<style>
span { border-color: #12DD2F; }
span { border-color: rgb(18,221,47); }
td.TdClassName
{
border-color: #12DD2F;
}
.TagClassName
{
border-color: #12DD2F;
}
</style>