Shades of Malachite #12F168
Tints of Malachite #12F168
RGB
CMYK
RGB Variations
Color information
#12F168 (or 0x12F168) is known color: Malachite. HEX triplet: 12, F1 and 68. RGB value is (18,241,104). Sum of RGB (Red+Green+Blue) = 18+241+104=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 241 (94.53% from 255 or 66.39% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 241 - color contains mainly: green. Hex color #12F168 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F168 is #ED0E97. Grayscale: #9F9F9F. Windows color (decimal): -15535768 or 6877458. OLE color: 6877458.
HSL color Cylindrical-coordinate representation of color #12F168: hue angle of 143.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F168 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 104 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.05 |
| HSL | 143.14º | 0.89% | 0.51% | - |
| HSV(B) | 143.14º | 0.93% | 0.95% | - |
| XYZ | 34.2 | 64.04 | 23.65 | - |
| YUV | 158.71 | 97.12 | 27.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 104 | 0.93 | 0 | 0.57 | 0.05 | 143.14 | 0.89 | 0.51 |
| Hex | 12 | F1 | 68 | 5D | 0 | 39 | 5 | 8F | 59 | 33 |
| Octal | 22 | 361 | 150 | 135 | 0 | 71 | 5 | 217 | 131 | 63 |
| Binary | 10010 | 11110001 | 1101000 | 1011101 | 0 | 111001 | 101 | 10001111 | 1011001 | 110011 |
Color Harmonies of #12F168
Complementary color
Monochromatic Colors of #12F168
Black with #12F168
Text Example
Text Example
White with #12F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F168; }
p { color: rgb(18,241,104); }
H1.HeaderClassName
{
color: #12F168;
}
.AnyTagClassName
{
color: #12F168;
}
</style>
background-color css
<style>
a { background-color: #12F168; }
a { background-color: rgb(18,241,104); }
div.DivClassName
{
background-color: #12F168;
}
.BgClassName
{
background-color: #12F168;
}
</style>
border-color css
<style>
span { border-color: #12F168; }
span { border-color: rgb(18,241,104); }
td.TdClassName
{
border-color: #12F168;
}
.TagClassName
{
border-color: #12F168;
}
</style>