Shades of Dark Pastel Green #12D231
Tints of Dark Pastel Green #12D231
RGB
CMYK
RGB Variations
Color information
#12D231 (or 0x12D231) is known color: Dark Pastel Green. HEX triplet: 12, D2 and 31. RGB value is (18,210,49). Sum of RGB (Red+Green+Blue) = 18+210+49=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #12D231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D231 is #ED2DCE. Grayscale: #868686. Windows color (decimal): -15543759 or 3265042. OLE color: 3265042.
HSL color Cylindrical-coordinate representation of color #12D231: hue angle of 129.69º 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 #12D231 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 49 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.18 |
| HSL | 129.69º | 0.84% | 0.45% | - |
| HSV(B) | 129.69º | 0.91% | 0.82% | - |
| XYZ | 23.85 | 46.44 | 10.61 | - |
| YUV | 134.24 | 79.89 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 49 | 0.91 | 0 | 0.77 | 0.18 | 129.69 | 0.84 | 0.45 |
| Hex | 12 | D2 | 31 | 5B | 0 | 4D | 12 | 82 | 54 | 2D |
| Octal | 22 | 322 | 61 | 133 | 0 | 115 | 22 | 202 | 124 | 55 |
| Binary | 10010 | 11010010 | 110001 | 1011011 | 0 | 1001101 | 10010 | 10000010 | 1010100 | 101101 |
Color Harmonies of #12D231
Complementary color
Monochromatic Colors of #12D231
Black with #12D231
Text Example
Text Example
White with #12D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D231; }
p { color: rgb(18,210,49); }
H1.HeaderClassName
{
color: #12D231;
}
.AnyTagClassName
{
color: #12D231;
}
</style>
background-color css
<style>
a { background-color: #12D231; }
a { background-color: rgb(18,210,49); }
div.DivClassName
{
background-color: #12D231;
}
.BgClassName
{
background-color: #12D231;
}
</style>
border-color css
<style>
span { border-color: #12D231; }
span { border-color: rgb(18,210,49); }
td.TdClassName
{
border-color: #12D231;
}
.TagClassName
{
border-color: #12D231;
}
</style>