Shades of Dark Pastel Green #12D22E
Tints of Dark Pastel Green #12D22E
RGB
CMYK
RGB Variations
Color information
#12D22E (or 0x12D22E) is known color: Dark Pastel Green. HEX triplet: 12, D2 and 2E. RGB value is (18,210,46). Sum of RGB (Red+Green+Blue) = 18+210+46=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 210 (82.42% from 255 or 76.64% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 210 - color contains mainly: green. Hex color #12D22E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D22E is #ED2DD1. Grayscale: #868686. Windows color (decimal): -15543762 or 3068434. OLE color: 3068434.
HSL color Cylindrical-coordinate representation of color #12D22E: hue angle of 128.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D22E is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 46 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.18 |
| HSL | 128.75º | 0.84% | 0.45% | - |
| HSV(B) | 128.75º | 0.91% | 0.82% | - |
| XYZ | 23.79 | 46.42 | 10.29 | - |
| YUV | 133.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 46 | 0.91 | 0 | 0.78 | 0.18 | 128.75 | 0.84 | 0.45 |
| Hex | 12 | D2 | 2E | 5B | 0 | 4E | 12 | 81 | 54 | 2D |
| Octal | 22 | 322 | 56 | 133 | 0 | 116 | 22 | 201 | 124 | 55 |
| Binary | 10010 | 11010010 | 101110 | 1011011 | 0 | 1001110 | 10010 | 10000001 | 1010100 | 101101 |
Color Harmonies of #12D22E
Complementary color
Monochromatic Colors of #12D22E
Black with #12D22E
Text Example
Text Example
White with #12D22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D22E; }
p { color: rgb(18,210,46); }
H1.HeaderClassName
{
color: #12D22E;
}
.AnyTagClassName
{
color: #12D22E;
}
</style>
background-color css
<style>
a { background-color: #12D22E; }
a { background-color: rgb(18,210,46); }
div.DivClassName
{
background-color: #12D22E;
}
.BgClassName
{
background-color: #12D22E;
}
</style>
border-color css
<style>
span { border-color: #12D22E; }
span { border-color: rgb(18,210,46); }
td.TdClassName
{
border-color: #12D22E;
}
.TagClassName
{
border-color: #12D22E;
}
</style>