Shades of Malachite #12EE34
Tints of Malachite #12EE34
RGB
CMYK
RGB Variations
Color information
#12EE34 (or 0x12EE34) is known color: Malachite. HEX triplet: 12, EE and 34. RGB value is (18,238,52). Sum of RGB (Red+Green+Blue) = 18+238+52=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 238 (93.36% from 255 or 77.27% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EE34 is #ED11CB. Grayscale: #979797. Windows color (decimal): -15536588 or 3468818. OLE color: 3468818.
HSL color Cylindrical-coordinate representation of color #12EE34: hue angle of 129.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EE34 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 238 | 52 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.07 |
| HSL | 129.27º | 0.87% | 0.5% | - |
| HSV(B) | 129.27º | 0.92% | 0.93% | - |
| XYZ | 31.44 | 61.53 | 13.47 | - |
| YUV | 151.02 | 72.11 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 238 | 52 | 0.92 | 0 | 0.78 | 0.07 | 129.27 | 0.87 | 0.5 |
| Hex | 12 | EE | 34 | 5C | 0 | 4E | 7 | 81 | 57 | 32 |
| Octal | 22 | 356 | 64 | 134 | 0 | 116 | 7 | 201 | 127 | 62 |
| Binary | 10010 | 11101110 | 110100 | 1011100 | 0 | 1001110 | 111 | 10000001 | 1010111 | 110010 |
Color Harmonies of #12EE34
Complementary color
Monochromatic Colors of #12EE34
Black with #12EE34
Text Example
Text Example
White with #12EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EE34; }
p { color: rgb(18,238,52); }
H1.HeaderClassName
{
color: #12EE34;
}
.AnyTagClassName
{
color: #12EE34;
}
</style>
background-color css
<style>
a { background-color: #12EE34; }
a { background-color: rgb(18,238,52); }
div.DivClassName
{
background-color: #12EE34;
}
.BgClassName
{
background-color: #12EE34;
}
</style>
border-color css
<style>
span { border-color: #12EE34; }
span { border-color: rgb(18,238,52); }
td.TdClassName
{
border-color: #12EE34;
}
.TagClassName
{
border-color: #12EE34;
}
</style>