Shades of Malachite #12FE5A
Tints of Malachite #12FE5A
RGB
CMYK
RGB Variations
Color information
#12FE5A (or 0x12FE5A) is known color: Malachite. HEX triplet: 12, FE and 5A. RGB value is (18,254,90). Sum of RGB (Red+Green+Blue) = 18+254+90=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 254 (99.61% from 255 or 70.17% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FE5A is #ED01A5. Grayscale: #A5A5A5. Windows color (decimal): -15532454 or 5963282. OLE color: 5963282.
HSL color Cylindrical-coordinate representation of color #12FE5A: hue angle of 138.31º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FE5A is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 90 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.00 |
| HSL | 138.31º | 0.99% | 0.53% | - |
| HSV(B) | 138.31º | 0.93% | 1% | - |
| XYZ | 37.54 | 71.75 | 21.54 | - |
| YUV | 164.74 | 85.81 | 23.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 90 | 0.93 | 0 | 0.65 | 0.00 | 138.31 | 0.99 | 0.53 |
| Hex | 12 | FE | 5A | 5D | 0 | 41 | 0 | 8A | 63 | 35 |
| Octal | 22 | 376 | 132 | 135 | 0 | 101 | 0 | 212 | 143 | 65 |
| Binary | 10010 | 11111110 | 1011010 | 1011101 | 0 | 1000001 | 0 | 10001010 | 1100011 | 110101 |
Color Harmonies of #12FE5A
Complementary color
Monochromatic Colors of #12FE5A
Black with #12FE5A
Text Example
Text Example
White with #12FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE5A; }
p { color: rgb(18,254,90); }
H1.HeaderClassName
{
color: #12FE5A;
}
.AnyTagClassName
{
color: #12FE5A;
}
</style>
background-color css
<style>
a { background-color: #12FE5A; }
a { background-color: rgb(18,254,90); }
div.DivClassName
{
background-color: #12FE5A;
}
.BgClassName
{
background-color: #12FE5A;
}
</style>
border-color css
<style>
span { border-color: #12FE5A; }
span { border-color: rgb(18,254,90); }
td.TdClassName
{
border-color: #12FE5A;
}
.TagClassName
{
border-color: #12FE5A;
}
</style>