Shades of Malachite #12FC4A
Tints of Malachite #12FC4A
RGB
CMYK
RGB Variations
Color information
#12FC4A (or 0x12FC4A) is known color: Malachite. HEX triplet: 12, FC and 4A. RGB value is (18,252,74). Sum of RGB (Red+Green+Blue) = 18+252+74=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FC4A is #ED03B5. Grayscale: #A2A2A2. Windows color (decimal): -15532982 or 4914194. OLE color: 4914194.
HSL color Cylindrical-coordinate representation of color #12FC4A: hue angle of 134.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FC4A is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 74 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.01 |
| HSL | 134.36º | 0.98% | 0.53% | - |
| HSV(B) | 134.36º | 0.93% | 0.99% | - |
| XYZ | 36.3 | 70.24 | 18.12 | - |
| YUV | 161.74 | 78.48 | 25.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 74 | 0.93 | 0 | 0.71 | 0.01 | 134.36 | 0.98 | 0.53 |
| Hex | 12 | FC | 4A | 5D | 0 | 47 | 1 | 86 | 62 | 35 |
| Octal | 22 | 374 | 112 | 135 | 0 | 107 | 1 | 206 | 142 | 65 |
| Binary | 10010 | 11111100 | 1001010 | 1011101 | 0 | 1000111 | 1 | 10000110 | 1100010 | 110101 |
Color Harmonies of #12FC4A
Complementary color
Monochromatic Colors of #12FC4A
Black with #12FC4A
Text Example
Text Example
White with #12FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FC4A; }
p { color: rgb(18,252,74); }
H1.HeaderClassName
{
color: #12FC4A;
}
.AnyTagClassName
{
color: #12FC4A;
}
</style>
background-color css
<style>
a { background-color: #12FC4A; }
a { background-color: rgb(18,252,74); }
div.DivClassName
{
background-color: #12FC4A;
}
.BgClassName
{
background-color: #12FC4A;
}
</style>
border-color css
<style>
span { border-color: #12FC4A; }
span { border-color: rgb(18,252,74); }
td.TdClassName
{
border-color: #12FC4A;
}
.TagClassName
{
border-color: #12FC4A;
}
</style>