Shades of Malachite #12FB3A
Tints of Malachite #12FB3A
RGB
CMYK
RGB Variations
Color information
#12FB3A (or 0x12FB3A) is known color: Malachite. HEX triplet: 12, FB and 3A. RGB value is (18,251,58). Sum of RGB (Red+Green+Blue) = 18+251+58=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 251 (98.44% from 255 or 76.76% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FB3A is #ED04C5. Grayscale: #9F9F9F. Windows color (decimal): -15533254 or 3865362. OLE color: 3865362.
HSL color Cylindrical-coordinate representation of color #12FB3A: hue angle of 130.3º degrees, saturation: 0.97, 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 #12FB3A is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 58 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.02 |
| HSL | 130.3º | 0.97% | 0.53% | - |
| HSV(B) | 130.3º | 0.93% | 0.98% | - |
| XYZ | 35.51 | 69.43 | 15.53 | - |
| YUV | 159.33 | 70.81 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 58 | 0.93 | 0 | 0.77 | 0.02 | 130.3 | 0.97 | 0.53 |
| Hex | 12 | FB | 3A | 5D | 0 | 4D | 2 | 82 | 61 | 35 |
| Octal | 22 | 373 | 72 | 135 | 0 | 115 | 2 | 202 | 141 | 65 |
| Binary | 10010 | 11111011 | 111010 | 1011101 | 0 | 1001101 | 10 | 10000010 | 1100001 | 110101 |
Color Harmonies of #12FB3A
Complementary color
Monochromatic Colors of #12FB3A
Black with #12FB3A
Text Example
Text Example
White with #12FB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FB3A; }
p { color: rgb(18,251,58); }
H1.HeaderClassName
{
color: #12FB3A;
}
.AnyTagClassName
{
color: #12FB3A;
}
</style>
background-color css
<style>
a { background-color: #12FB3A; }
a { background-color: rgb(18,251,58); }
div.DivClassName
{
background-color: #12FB3A;
}
.BgClassName
{
background-color: #12FB3A;
}
</style>
border-color css
<style>
span { border-color: #12FB3A; }
span { border-color: rgb(18,251,58); }
td.TdClassName
{
border-color: #12FB3A;
}
.TagClassName
{
border-color: #12FB3A;
}
</style>