Shades of Malachite #12F23D
Tints of Malachite #12F23D
RGB
CMYK
RGB Variations
Color information
#12F23D (or 0x12F23D) is known color: Malachite. HEX triplet: 12, F2 and 3D. RGB value is (18,242,61). Sum of RGB (Red+Green+Blue) = 18+242+61=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #12F23D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F23D is #ED0DC2. Grayscale: #9A9A9A. Windows color (decimal): -15535555 or 4059666. OLE color: 4059666.
HSL color Cylindrical-coordinate representation of color #12F23D: hue angle of 131.52º 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 #12F23D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 61 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.05 |
| HSL | 131.52º | 0.9% | 0.51% | - |
| HSV(B) | 131.52º | 0.93% | 0.95% | - |
| XYZ | 32.84 | 63.97 | 15.03 | - |
| YUV | 154.39 | 75.29 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 61 | 0.93 | 0 | 0.75 | 0.05 | 131.52 | 0.9 | 0.51 |
| Hex | 12 | F2 | 3D | 5D | 0 | 4B | 5 | 84 | 5A | 33 |
| Octal | 22 | 362 | 75 | 135 | 0 | 113 | 5 | 204 | 132 | 63 |
| Binary | 10010 | 11110010 | 111101 | 1011101 | 0 | 1001011 | 101 | 10000100 | 1011010 | 110011 |
Color Harmonies of #12F23D
Complementary color
Monochromatic Colors of #12F23D
Black with #12F23D
Text Example
Text Example
White with #12F23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F23D; }
p { color: rgb(18,242,61); }
H1.HeaderClassName
{
color: #12F23D;
}
.AnyTagClassName
{
color: #12F23D;
}
</style>
background-color css
<style>
a { background-color: #12F23D; }
a { background-color: rgb(18,242,61); }
div.DivClassName
{
background-color: #12F23D;
}
.BgClassName
{
background-color: #12F23D;
}
</style>
border-color css
<style>
span { border-color: #12F23D; }
span { border-color: rgb(18,242,61); }
td.TdClassName
{
border-color: #12F23D;
}
.TagClassName
{
border-color: #12F23D;
}
</style>