Shades of Malachite #12F345
Tints of Malachite #12F345
RGB
CMYK
RGB Variations
Color information
#12F345 (or 0x12F345) is known color: Malachite. HEX triplet: 12, F3 and 45. RGB value is (18,243,69). Sum of RGB (Red+Green+Blue) = 18+243+69=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #12F345 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F345 is #ED0CBA. Grayscale: #9C9C9C. Windows color (decimal): -15535291 or 4584210. OLE color: 4584210.
HSL color Cylindrical-coordinate representation of color #12F345: hue angle of 133.6º degrees, saturation: 0.9, 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 #12F345 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 69 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.05 |
| HSL | 133.6º | 0.9% | 0.51% | - |
| HSV(B) | 133.6º | 0.93% | 0.95% | - |
| XYZ | 33.37 | 64.66 | 16.35 | - |
| YUV | 155.89 | 78.96 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 69 | 0.93 | 0 | 0.72 | 0.05 | 133.6 | 0.9 | 0.51 |
| Hex | 12 | F3 | 45 | 5D | 0 | 48 | 5 | 86 | 5A | 33 |
| Octal | 22 | 363 | 105 | 135 | 0 | 110 | 5 | 206 | 132 | 63 |
| Binary | 10010 | 11110011 | 1000101 | 1011101 | 0 | 1001000 | 101 | 10000110 | 1011010 | 110011 |
Color Harmonies of #12F345
Complementary color
Monochromatic Colors of #12F345
Black with #12F345
Text Example
Text Example
White with #12F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F345; }
p { color: rgb(18,243,69); }
H1.HeaderClassName
{
color: #12F345;
}
.AnyTagClassName
{
color: #12F345;
}
</style>
background-color css
<style>
a { background-color: #12F345; }
a { background-color: rgb(18,243,69); }
div.DivClassName
{
background-color: #12F345;
}
.BgClassName
{
background-color: #12F345;
}
</style>
border-color css
<style>
span { border-color: #12F345; }
span { border-color: rgb(18,243,69); }
td.TdClassName
{
border-color: #12F345;
}
.TagClassName
{
border-color: #12F345;
}
</style>