Shades of Dark Pastel Green #12D233
Tints of Dark Pastel Green #12D233
RGB
CMYK
RGB Variations
Color information
#12D233 (or 0x12D233) is known color: Dark Pastel Green. HEX triplet: 12, D2 and 33. RGB value is (18,210,51). Sum of RGB (Red+Green+Blue) = 18+210+51=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 210 (82.42% from 255 or 75.27% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 210 - color contains mainly: green. Hex color #12D233 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D233 is #ED2DCC. Grayscale: #868686. Windows color (decimal): -15543757 or 3396114. OLE color: 3396114.
HSL color Cylindrical-coordinate representation of color #12D233: hue angle of 130.31º 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 #12D233 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 51 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.18 |
| HSL | 130.31º | 0.84% | 0.45% | - |
| HSV(B) | 130.31º | 0.91% | 0.82% | - |
| XYZ | 23.89 | 46.46 | 10.84 | - |
| YUV | 134.47 | 80.89 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 51 | 0.91 | 0 | 0.76 | 0.18 | 130.31 | 0.84 | 0.45 |
| Hex | 12 | D2 | 33 | 5B | 0 | 4C | 12 | 82 | 54 | 2D |
| Octal | 22 | 322 | 63 | 133 | 0 | 114 | 22 | 202 | 124 | 55 |
| Binary | 10010 | 11010010 | 110011 | 1011011 | 0 | 1001100 | 10010 | 10000010 | 1010100 | 101101 |
Color Harmonies of #12D233
Complementary color
Monochromatic Colors of #12D233
Black with #12D233
Text Example
Text Example
White with #12D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D233; }
p { color: rgb(18,210,51); }
H1.HeaderClassName
{
color: #12D233;
}
.AnyTagClassName
{
color: #12D233;
}
</style>
background-color css
<style>
a { background-color: #12D233; }
a { background-color: rgb(18,210,51); }
div.DivClassName
{
background-color: #12D233;
}
.BgClassName
{
background-color: #12D233;
}
</style>
border-color css
<style>
span { border-color: #12D233; }
span { border-color: rgb(18,210,51); }
td.TdClassName
{
border-color: #12D233;
}
.TagClassName
{
border-color: #12D233;
}
</style>