Shades of Malachite #12DD34
Tints of Malachite #12DD34
RGB
CMYK
RGB Variations
Color information
#12DD34 (or 0x12DD34) is known color: Malachite. HEX triplet: 12, DD and 34. RGB value is (18,221,52). Sum of RGB (Red+Green+Blue) = 18+221+52=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD34 is #ED22CB. Grayscale: #8D8D8D. Windows color (decimal): -15540940 or 3464466. OLE color: 3464466.
HSL color Cylindrical-coordinate representation of color #12DD34: hue angle of 130.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD34 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 52 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.13 |
| HSL | 130.05º | 0.85% | 0.47% | - |
| HSV(B) | 130.05º | 0.92% | 0.87% | - |
| XYZ | 26.73 | 52.09 | 11.89 | - |
| YUV | 141.04 | 77.75 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 52 | 0.92 | 0 | 0.76 | 0.13 | 130.05 | 0.85 | 0.47 |
| Hex | 12 | DD | 34 | 5C | 0 | 4C | D | 82 | 55 | 2F |
| Octal | 22 | 335 | 64 | 134 | 0 | 114 | 15 | 202 | 125 | 57 |
| Binary | 10010 | 11011101 | 110100 | 1011100 | 0 | 1001100 | 1101 | 10000010 | 1010101 | 101111 |
Color Harmonies of #12DD34
Complementary color
Monochromatic Colors of #12DD34
Black with #12DD34
Text Example
Text Example
White with #12DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD34; }
p { color: rgb(18,221,52); }
H1.HeaderClassName
{
color: #12DD34;
}
.AnyTagClassName
{
color: #12DD34;
}
</style>
background-color css
<style>
a { background-color: #12DD34; }
a { background-color: rgb(18,221,52); }
div.DivClassName
{
background-color: #12DD34;
}
.BgClassName
{
background-color: #12DD34;
}
</style>
border-color css
<style>
span { border-color: #12DD34; }
span { border-color: rgb(18,221,52); }
td.TdClassName
{
border-color: #12DD34;
}
.TagClassName
{
border-color: #12DD34;
}
</style>