Shades of Dark Pastel Green #12D436
Tints of Dark Pastel Green #12D436
RGB
CMYK
RGB Variations
Color information
#12D436 (or 0x12D436) is known color: Dark Pastel Green. HEX triplet: 12, D4 and 36. RGB value is (18,212,54). Sum of RGB (Red+Green+Blue) = 18+212+54=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #12D436 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D436 is #ED2BC9. Grayscale: #888888. Windows color (decimal): -15543242 or 3593234. OLE color: 3593234.
HSL color Cylindrical-coordinate representation of color #12D436: hue angle of 131.13º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D436 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 212 | 54 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.17 |
| HSL | 131.13º | 0.84% | 0.45% | - |
| HSV(B) | 131.13º | 0.92% | 0.83% | - |
| XYZ | 24.46 | 47.48 | 11.37 | - |
| YUV | 135.98 | 81.73 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 54 | 0.92 | 0 | 0.75 | 0.17 | 131.13 | 0.84 | 0.45 |
| Hex | 12 | D4 | 36 | 5C | 0 | 4B | 11 | 83 | 54 | 2D |
| Octal | 22 | 324 | 66 | 134 | 0 | 113 | 21 | 203 | 124 | 55 |
| Binary | 10010 | 11010100 | 110110 | 1011100 | 0 | 1001011 | 10001 | 10000011 | 1010100 | 101101 |
Color Harmonies of #12D436
Complementary color
Monochromatic Colors of #12D436
Black with #12D436
Text Example
Text Example
White with #12D436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D436; }
p { color: rgb(18,212,54); }
H1.HeaderClassName
{
color: #12D436;
}
.AnyTagClassName
{
color: #12D436;
}
</style>
background-color css
<style>
a { background-color: #12D436; }
a { background-color: rgb(18,212,54); }
div.DivClassName
{
background-color: #12D436;
}
.BgClassName
{
background-color: #12D436;
}
</style>
border-color css
<style>
span { border-color: #12D436; }
span { border-color: rgb(18,212,54); }
td.TdClassName
{
border-color: #12D436;
}
.TagClassName
{
border-color: #12D436;
}
</style>