Shades of Malachite #12E935
Tints of Malachite #12E935
RGB
CMYK
RGB Variations
Color information
#12E935 (or 0x12E935) is known color: Malachite. HEX triplet: 12, E9 and 35. RGB value is (18,233,53). Sum of RGB (Red+Green+Blue) = 18+233+53=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 233 (91.41% from 255 or 76.64% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 233 - color contains mainly: green. Hex color #12E935 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E935 is #ED16CA. Grayscale: #949494. Windows color (decimal): -15537867 or 3533074. OLE color: 3533074.
HSL color Cylindrical-coordinate representation of color #12E935: hue angle of 129.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E935 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 233 | 53 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.09 |
| HSL | 129.77º | 0.86% | 0.49% | - |
| HSV(B) | 129.77º | 0.92% | 0.91% | - |
| XYZ | 30.03 | 58.66 | 13.11 | - |
| YUV | 148.2 | 74.27 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 233 | 53 | 0.92 | 0 | 0.77 | 0.09 | 129.77 | 0.86 | 0.49 |
| Hex | 12 | E9 | 35 | 5C | 0 | 4D | 9 | 82 | 56 | 31 |
| Octal | 22 | 351 | 65 | 134 | 0 | 115 | 11 | 202 | 126 | 61 |
| Binary | 10010 | 11101001 | 110101 | 1011100 | 0 | 1001101 | 1001 | 10000010 | 1010110 | 110001 |
Color Harmonies of #12E935
Complementary color
Monochromatic Colors of #12E935
Black with #12E935
Text Example
Text Example
White with #12E935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E935; }
p { color: rgb(18,233,53); }
H1.HeaderClassName
{
color: #12E935;
}
.AnyTagClassName
{
color: #12E935;
}
</style>
background-color css
<style>
a { background-color: #12E935; }
a { background-color: rgb(18,233,53); }
div.DivClassName
{
background-color: #12E935;
}
.BgClassName
{
background-color: #12E935;
}
</style>
border-color css
<style>
span { border-color: #12E935; }
span { border-color: rgb(18,233,53); }
td.TdClassName
{
border-color: #12E935;
}
.TagClassName
{
border-color: #12E935;
}
</style>