Shades of Malachite #12FA44
Tints of Malachite #12FA44
RGB
CMYK
RGB Variations
Color information
#12FA44 (or 0x12FA44) is known color: Malachite. HEX triplet: 12, FA and 44. RGB value is (18,250,68). Sum of RGB (Red+Green+Blue) = 18+250+68=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA44 is #ED05BB. Grayscale: #A0A0A0. Windows color (decimal): -15533500 or 4520466. OLE color: 4520466.
HSL color Cylindrical-coordinate representation of color #12FA44: hue angle of 132.93º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA44 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 68 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.02 |
| HSL | 132.93º | 0.96% | 0.53% | - |
| HSV(B) | 132.93º | 0.93% | 0.98% | - |
| XYZ | 35.48 | 68.92 | 16.9 | - |
| YUV | 159.88 | 76.14 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 68 | 0.93 | 0 | 0.73 | 0.02 | 132.93 | 0.96 | 0.53 |
| Hex | 12 | FA | 44 | 5D | 0 | 49 | 2 | 85 | 60 | 35 |
| Octal | 22 | 372 | 104 | 135 | 0 | 111 | 2 | 205 | 140 | 65 |
| Binary | 10010 | 11111010 | 1000100 | 1011101 | 0 | 1001001 | 10 | 10000101 | 1100000 | 110101 |
Color Harmonies of #12FA44
Complementary color
Monochromatic Colors of #12FA44
Black with #12FA44
Text Example
Text Example
White with #12FA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA44; }
p { color: rgb(18,250,68); }
H1.HeaderClassName
{
color: #12FA44;
}
.AnyTagClassName
{
color: #12FA44;
}
</style>
background-color css
<style>
a { background-color: #12FA44; }
a { background-color: rgb(18,250,68); }
div.DivClassName
{
background-color: #12FA44;
}
.BgClassName
{
background-color: #12FA44;
}
</style>
border-color css
<style>
span { border-color: #12FA44; }
span { border-color: rgb(18,250,68); }
td.TdClassName
{
border-color: #12FA44;
}
.TagClassName
{
border-color: #12FA44;
}
</style>