Shades of Malachite #12FC5D
Tints of Malachite #12FC5D
RGB
CMYK
RGB Variations
Color information
#12FC5D (or 0x12FC5D) is known color: Malachite. HEX triplet: 12, FC and 5D. RGB value is (18,252,93). Sum of RGB (Red+Green+Blue) = 18+252+93=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FC5D is #ED03A2. Grayscale: #A4A4A4. Windows color (decimal): -15532963 or 6159378. OLE color: 6159378.
HSL color Cylindrical-coordinate representation of color #12FC5D: hue angle of 139.23º 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 #12FC5D is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 93 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.01 |
| HSL | 139.23º | 0.98% | 0.53% | - |
| HSV(B) | 139.23º | 0.93% | 0.99% | - |
| XYZ | 37.04 | 70.54 | 22.02 | - |
| YUV | 163.91 | 87.98 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 93 | 0.93 | 0 | 0.63 | 0.01 | 139.23 | 0.98 | 0.53 |
| Hex | 12 | FC | 5D | 5D | 0 | 3F | 1 | 8B | 62 | 35 |
| Octal | 22 | 374 | 135 | 135 | 0 | 77 | 1 | 213 | 142 | 65 |
| Binary | 10010 | 11111100 | 1011101 | 1011101 | 0 | 111111 | 1 | 10001011 | 1100010 | 110101 |
Color Harmonies of #12FC5D
Complementary color
Monochromatic Colors of #12FC5D
Black with #12FC5D
Text Example
Text Example
White with #12FC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FC5D; }
p { color: rgb(18,252,93); }
H1.HeaderClassName
{
color: #12FC5D;
}
.AnyTagClassName
{
color: #12FC5D;
}
</style>
background-color css
<style>
a { background-color: #12FC5D; }
a { background-color: rgb(18,252,93); }
div.DivClassName
{
background-color: #12FC5D;
}
.BgClassName
{
background-color: #12FC5D;
}
</style>
border-color css
<style>
span { border-color: #12FC5D; }
span { border-color: rgb(18,252,93); }
td.TdClassName
{
border-color: #12FC5D;
}
.TagClassName
{
border-color: #12FC5D;
}
</style>