Shades of Malachite #12F852
Tints of Malachite #12F852
RGB
CMYK
RGB Variations
Color information
#12F852 (or 0x12F852) is known color: Malachite. HEX triplet: 12, F8 and 52. RGB value is (18,248,82). Sum of RGB (Red+Green+Blue) = 18+248+82=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 248 (97.27% from 255 or 71.26% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 248 - color contains mainly: green. Hex color #12F852 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F852 is #ED07AD. Grayscale: #A0A0A0. Windows color (decimal): -15533998 or 5437458. OLE color: 5437458.
HSL color Cylindrical-coordinate representation of color #12F852: hue angle of 136.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F852 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 248 | 82 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.03 |
| HSL | 136.7º | 0.94% | 0.52% | - |
| HSV(B) | 136.7º | 0.93% | 0.97% | - |
| XYZ | 35.34 | 67.87 | 19.22 | - |
| YUV | 160.31 | 83.8 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 248 | 82 | 0.93 | 0 | 0.67 | 0.03 | 136.7 | 0.94 | 0.52 |
| Hex | 12 | F8 | 52 | 5D | 0 | 43 | 3 | 89 | 5E | 34 |
| Octal | 22 | 370 | 122 | 135 | 0 | 103 | 3 | 211 | 136 | 64 |
| Binary | 10010 | 11111000 | 1010010 | 1011101 | 0 | 1000011 | 11 | 10001001 | 1011110 | 110100 |
Color Harmonies of #12F852
Complementary color
Monochromatic Colors of #12F852
Black with #12F852
Text Example
Text Example
White with #12F852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F852; }
p { color: rgb(18,248,82); }
H1.HeaderClassName
{
color: #12F852;
}
.AnyTagClassName
{
color: #12F852;
}
</style>
background-color css
<style>
a { background-color: #12F852; }
a { background-color: rgb(18,248,82); }
div.DivClassName
{
background-color: #12F852;
}
.BgClassName
{
background-color: #12F852;
}
</style>
border-color css
<style>
span { border-color: #12F852; }
span { border-color: rgb(18,248,82); }
td.TdClassName
{
border-color: #12F852;
}
.TagClassName
{
border-color: #12F852;
}
</style>