Shades of Malachite #12F33D
Tints of Malachite #12F33D
RGB
CMYK
RGB Variations
Color information
#12F33D (or 0x12F33D) is known color: Malachite. HEX triplet: 12, F3 and 3D. RGB value is (18,243,61). Sum of RGB (Red+Green+Blue) = 18+243+61=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 243 (95.31% from 255 or 75.47% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 243 - color contains mainly: green. Hex color #12F33D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F33D is #ED0CC2. Grayscale: #9B9B9B. Windows color (decimal): -15535299 or 4059922. OLE color: 4059922.
HSL color Cylindrical-coordinate representation of color #12F33D: hue angle of 131.47º 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 #12F33D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 61 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.05 |
| HSL | 131.47º | 0.9% | 0.51% | - |
| HSV(B) | 131.47º | 0.93% | 0.95% | - |
| XYZ | 33.14 | 64.57 | 15.13 | - |
| YUV | 154.98 | 74.96 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 61 | 0.93 | 0 | 0.75 | 0.05 | 131.47 | 0.9 | 0.51 |
| Hex | 12 | F3 | 3D | 5D | 0 | 4B | 5 | 83 | 5A | 33 |
| Octal | 22 | 363 | 75 | 135 | 0 | 113 | 5 | 203 | 132 | 63 |
| Binary | 10010 | 11110011 | 111101 | 1011101 | 0 | 1001011 | 101 | 10000011 | 1011010 | 110011 |
Color Harmonies of #12F33D
Complementary color
Monochromatic Colors of #12F33D
Black with #12F33D
Text Example
Text Example
White with #12F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F33D; }
p { color: rgb(18,243,61); }
H1.HeaderClassName
{
color: #12F33D;
}
.AnyTagClassName
{
color: #12F33D;
}
</style>
background-color css
<style>
a { background-color: #12F33D; }
a { background-color: rgb(18,243,61); }
div.DivClassName
{
background-color: #12F33D;
}
.BgClassName
{
background-color: #12F33D;
}
</style>
border-color css
<style>
span { border-color: #12F33D; }
span { border-color: rgb(18,243,61); }
td.TdClassName
{
border-color: #12F33D;
}
.TagClassName
{
border-color: #12F33D;
}
</style>