Shades of Dark Pastel Green #12D833
Tints of Dark Pastel Green #12D833
RGB
CMYK
RGB Variations
Color information
#12D833 (or 0x12D833) is known color: Dark Pastel Green. HEX triplet: 12, D8 and 33. RGB value is (18,216,51). Sum of RGB (Red+Green+Blue) = 18+216+51=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #12D833 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D833 is #ED27CC. Grayscale: #8A8A8A. Windows color (decimal): -15542221 or 3397650. OLE color: 3397650.
HSL color Cylindrical-coordinate representation of color #12D833: hue angle of 130º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D833 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 51 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.15 |
| HSL | 130º | 0.85% | 0.46% | - |
| HSV(B) | 130º | 0.92% | 0.85% | - |
| XYZ | 25.4 | 49.48 | 11.34 | - |
| YUV | 137.99 | 78.9 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 51 | 0.92 | 0 | 0.76 | 0.15 | 130 | 0.85 | 0.46 |
| Hex | 12 | D8 | 33 | 5C | 0 | 4C | F | 82 | 55 | 2E |
| Octal | 22 | 330 | 63 | 134 | 0 | 114 | 17 | 202 | 125 | 56 |
| Binary | 10010 | 11011000 | 110011 | 1011100 | 0 | 1001100 | 1111 | 10000010 | 1010101 | 101110 |
Color Harmonies of #12D833
Complementary color
Monochromatic Colors of #12D833
Black with #12D833
Text Example
Text Example
White with #12D833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D833; }
p { color: rgb(18,216,51); }
H1.HeaderClassName
{
color: #12D833;
}
.AnyTagClassName
{
color: #12D833;
}
</style>
background-color css
<style>
a { background-color: #12D833; }
a { background-color: rgb(18,216,51); }
div.DivClassName
{
background-color: #12D833;
}
.BgClassName
{
background-color: #12D833;
}
</style>
border-color css
<style>
span { border-color: #12D833; }
span { border-color: rgb(18,216,51); }
td.TdClassName
{
border-color: #12D833;
}
.TagClassName
{
border-color: #12D833;
}
</style>