Shades of Malachite #12F962
Tints of Malachite #12F962
RGB
CMYK
RGB Variations
Color information
#12F962 (or 0x12F962) is known color: Malachite. HEX triplet: 12, F9 and 62. RGB value is (18,249,98). Sum of RGB (Red+Green+Blue) = 18+249+98=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #12F962 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F962 is #ED069D. Grayscale: #A3A3A3. Windows color (decimal): -15533726 or 6486290. OLE color: 6486290.
HSL color Cylindrical-coordinate representation of color #12F962: hue angle of 140.78º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F962 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 249 | 98 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.02 |
| HSL | 140.78º | 0.95% | 0.52% | - |
| HSV(B) | 140.78º | 0.93% | 0.98% | - |
| XYZ | 36.33 | 68.76 | 22.91 | - |
| YUV | 162.72 | 91.47 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 249 | 98 | 0.93 | 0 | 0.61 | 0.02 | 140.78 | 0.95 | 0.52 |
| Hex | 12 | F9 | 62 | 5D | 0 | 3D | 2 | 8D | 5F | 34 |
| Octal | 22 | 371 | 142 | 135 | 0 | 75 | 2 | 215 | 137 | 64 |
| Binary | 10010 | 11111001 | 1100010 | 1011101 | 0 | 111101 | 10 | 10001101 | 1011111 | 110100 |
Color Harmonies of #12F962
Complementary color
Monochromatic Colors of #12F962
Black with #12F962
Text Example
Text Example
White with #12F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F962; }
p { color: rgb(18,249,98); }
H1.HeaderClassName
{
color: #12F962;
}
.AnyTagClassName
{
color: #12F962;
}
</style>
background-color css
<style>
a { background-color: #12F962; }
a { background-color: rgb(18,249,98); }
div.DivClassName
{
background-color: #12F962;
}
.BgClassName
{
background-color: #12F962;
}
</style>
border-color css
<style>
span { border-color: #12F962; }
span { border-color: rgb(18,249,98); }
td.TdClassName
{
border-color: #12F962;
}
.TagClassName
{
border-color: #12F962;
}
</style>