Shades of Malachite #12F63D
Tints of Malachite #12F63D
RGB
CMYK
RGB Variations
Color information
#12F63D (or 0x12F63D) is known color: Malachite. HEX triplet: 12, F6 and 3D. RGB value is (18,246,61). Sum of RGB (Red+Green+Blue) = 18+246+61=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 246 (96.48% from 255 or 75.69% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 246 - color contains mainly: green. Hex color #12F63D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F63D is #ED09C2. Grayscale: #9D9D9D. Windows color (decimal): -15534531 or 4060690. OLE color: 4060690.
HSL color Cylindrical-coordinate representation of color #12F63D: hue angle of 131.32º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F63D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 61 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.04 |
| HSL | 131.32º | 0.93% | 0.52% | - |
| HSV(B) | 131.32º | 0.93% | 0.96% | - |
| XYZ | 34.05 | 66.38 | 15.43 | - |
| YUV | 156.74 | 73.96 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 61 | 0.93 | 0 | 0.75 | 0.04 | 131.32 | 0.93 | 0.52 |
| Hex | 12 | F6 | 3D | 5D | 0 | 4B | 4 | 83 | 5D | 34 |
| Octal | 22 | 366 | 75 | 135 | 0 | 113 | 4 | 203 | 135 | 64 |
| Binary | 10010 | 11110110 | 111101 | 1011101 | 0 | 1001011 | 100 | 10000011 | 1011101 | 110100 |
Color Harmonies of #12F63D
Complementary color
Monochromatic Colors of #12F63D
Black with #12F63D
Text Example
Text Example
White with #12F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F63D; }
p { color: rgb(18,246,61); }
H1.HeaderClassName
{
color: #12F63D;
}
.AnyTagClassName
{
color: #12F63D;
}
</style>
background-color css
<style>
a { background-color: #12F63D; }
a { background-color: rgb(18,246,61); }
div.DivClassName
{
background-color: #12F63D;
}
.BgClassName
{
background-color: #12F63D;
}
</style>
border-color css
<style>
span { border-color: #12F63D; }
span { border-color: rgb(18,246,61); }
td.TdClassName
{
border-color: #12F63D;
}
.TagClassName
{
border-color: #12F63D;
}
</style>