Shades of Malachite #12D04B
Tints of Malachite #12D04B
RGB
CMYK
RGB Variations
Color information
#12D04B (or 0x12D04B) is known color: Malachite. HEX triplet: 12, D0 and 4B. RGB value is (18,208,75). Sum of RGB (Red+Green+Blue) = 18+208+75=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #12D04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D04B is #ED2FB4. Grayscale: #888888. Windows color (decimal): -15544245 or 4968466. OLE color: 4968466.
HSL color Cylindrical-coordinate representation of color #12D04B: hue angle of 138º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D04B is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 75 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.18 |
| HSL | 138º | 0.84% | 0.44% | - |
| HSV(B) | 138º | 0.91% | 0.82% | - |
| XYZ | 24.08 | 45.75 | 14.22 | - |
| YUV | 136.03 | 93.55 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 75 | 0.91 | 0 | 0.64 | 0.18 | 138 | 0.84 | 0.44 |
| Hex | 12 | D0 | 4B | 5B | 0 | 40 | 12 | 8A | 54 | 2C |
| Octal | 22 | 320 | 113 | 133 | 0 | 100 | 22 | 212 | 124 | 54 |
| Binary | 10010 | 11010000 | 1001011 | 1011011 | 0 | 1000000 | 10010 | 10001010 | 1010100 | 101100 |
Color Harmonies of #12D04B
Complementary color
Monochromatic Colors of #12D04B
Black with #12D04B
Text Example
Text Example
White with #12D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D04B; }
p { color: rgb(18,208,75); }
H1.HeaderClassName
{
color: #12D04B;
}
.AnyTagClassName
{
color: #12D04B;
}
</style>
background-color css
<style>
a { background-color: #12D04B; }
a { background-color: rgb(18,208,75); }
div.DivClassName
{
background-color: #12D04B;
}
.BgClassName
{
background-color: #12D04B;
}
</style>
border-color css
<style>
span { border-color: #12D04B; }
span { border-color: rgb(18,208,75); }
td.TdClassName
{
border-color: #12D04B;
}
.TagClassName
{
border-color: #12D04B;
}
</style>