Shades of Malachite #12FE55
Tints of Malachite #12FE55
RGB
CMYK
RGB Variations
Color information
#12FE55 (or 0x12FE55) is known color: Malachite. HEX triplet: 12, FE and 55. RGB value is (18,254,85). Sum of RGB (Red+Green+Blue) = 18+254+85=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FE55 is #ED01AA. Grayscale: #A4A4A4. Windows color (decimal): -15532459 or 5635602. OLE color: 5635602.
HSL color Cylindrical-coordinate representation of color #12FE55: hue angle of 137.03º 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 #12FE55 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 85 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.00 |
| HSL | 137.03º | 0.99% | 0.53% | - |
| HSV(B) | 137.03º | 0.93% | 1% | - |
| XYZ | 37.33 | 71.67 | 20.46 | - |
| YUV | 164.17 | 83.31 | 23.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 85 | 0.93 | 0 | 0.67 | 0.00 | 137.03 | 0.99 | 0.53 |
| Hex | 12 | FE | 55 | 5D | 0 | 43 | 0 | 89 | 63 | 35 |
| Octal | 22 | 376 | 125 | 135 | 0 | 103 | 0 | 211 | 143 | 65 |
| Binary | 10010 | 11111110 | 1010101 | 1011101 | 0 | 1000011 | 0 | 10001001 | 1100011 | 110101 |
Color Harmonies of #12FE55
Complementary color
Monochromatic Colors of #12FE55
Black with #12FE55
Text Example
Text Example
White with #12FE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE55; }
p { color: rgb(18,254,85); }
H1.HeaderClassName
{
color: #12FE55;
}
.AnyTagClassName
{
color: #12FE55;
}
</style>
background-color css
<style>
a { background-color: #12FE55; }
a { background-color: rgb(18,254,85); }
div.DivClassName
{
background-color: #12FE55;
}
.BgClassName
{
background-color: #12FE55;
}
</style>
border-color css
<style>
span { border-color: #12FE55; }
span { border-color: rgb(18,254,85); }
td.TdClassName
{
border-color: #12FE55;
}
.TagClassName
{
border-color: #12FE55;
}
</style>