Shades of Malachite #12FE4B
Tints of Malachite #12FE4B
RGB
CMYK
RGB Variations
Color information
#12FE4B (or 0x12FE4B) is known color: Malachite. HEX triplet: 12, FE and 4B. RGB value is (18,254,75). Sum of RGB (Red+Green+Blue) = 18+254+75=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 254 (99.61% from 255 or 73.20% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FE4B is #ED01B4. Grayscale: #A3A3A3. Windows color (decimal): -15532469 or 4980242. OLE color: 4980242.
HSL color Cylindrical-coordinate representation of color #12FE4B: hue angle of 134.49º 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 #12FE4B is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 75 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.00 |
| HSL | 134.49º | 0.99% | 0.53% | - |
| HSV(B) | 134.49º | 0.93% | 1% | - |
| XYZ | 36.96 | 71.52 | 18.51 | - |
| YUV | 163.03 | 78.31 | 24.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 75 | 0.93 | 0 | 0.70 | 0.00 | 134.49 | 0.99 | 0.53 |
| Hex | 12 | FE | 4B | 5D | 0 | 46 | 0 | 86 | 63 | 35 |
| Octal | 22 | 376 | 113 | 135 | 0 | 106 | 0 | 206 | 143 | 65 |
| Binary | 10010 | 11111110 | 1001011 | 1011101 | 0 | 1000110 | 0 | 10000110 | 1100011 | 110101 |
Color Harmonies of #12FE4B
Complementary color
Monochromatic Colors of #12FE4B
Black with #12FE4B
Text Example
Text Example
White with #12FE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE4B; }
p { color: rgb(18,254,75); }
H1.HeaderClassName
{
color: #12FE4B;
}
.AnyTagClassName
{
color: #12FE4B;
}
</style>
background-color css
<style>
a { background-color: #12FE4B; }
a { background-color: rgb(18,254,75); }
div.DivClassName
{
background-color: #12FE4B;
}
.BgClassName
{
background-color: #12FE4B;
}
</style>
border-color css
<style>
span { border-color: #12FE4B; }
span { border-color: rgb(18,254,75); }
td.TdClassName
{
border-color: #12FE4B;
}
.TagClassName
{
border-color: #12FE4B;
}
</style>