Shades of Dark Pastel Green #12D232
Tints of Dark Pastel Green #12D232
RGB
CMYK
RGB Variations
Color information
#12D232 (or 0x12D232) is known color: Dark Pastel Green. HEX triplet: 12, D2 and 32. RGB value is (18,210,50). Sum of RGB (Red+Green+Blue) = 18+210+50=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 210 (82.42% from 255 or 75.54% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 210 - color contains mainly: green. Hex color #12D232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D232 is #ED2DCD. Grayscale: #868686. Windows color (decimal): -15543758 or 3330578. OLE color: 3330578.
HSL color Cylindrical-coordinate representation of color #12D232: hue angle of 130º 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 #12D232 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 50 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.18 |
| HSL | 130º | 0.84% | 0.45% | - |
| HSV(B) | 130º | 0.91% | 0.82% | - |
| XYZ | 23.87 | 46.45 | 10.73 | - |
| YUV | 134.35 | 80.39 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 50 | 0.91 | 0 | 0.76 | 0.18 | 130 | 0.84 | 0.45 |
| Hex | 12 | D2 | 32 | 5B | 0 | 4C | 12 | 82 | 54 | 2D |
| Octal | 22 | 322 | 62 | 133 | 0 | 114 | 22 | 202 | 124 | 55 |
| Binary | 10010 | 11010010 | 110010 | 1011011 | 0 | 1001100 | 10010 | 10000010 | 1010100 | 101101 |
Color Harmonies of #12D232
Complementary color
Monochromatic Colors of #12D232
Black with #12D232
Text Example
Text Example
White with #12D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D232; }
p { color: rgb(18,210,50); }
H1.HeaderClassName
{
color: #12D232;
}
.AnyTagClassName
{
color: #12D232;
}
</style>
background-color css
<style>
a { background-color: #12D232; }
a { background-color: rgb(18,210,50); }
div.DivClassName
{
background-color: #12D232;
}
.BgClassName
{
background-color: #12D232;
}
</style>
border-color css
<style>
span { border-color: #12D232; }
span { border-color: rgb(18,210,50); }
td.TdClassName
{
border-color: #12D232;
}
.TagClassName
{
border-color: #12D232;
}
</style>