Shades of Malachite #18F04B
Tints of Malachite #18F04B
RGB
CMYK
RGB Variations
Color information
#18F04B (or 0x18F04B) is known color: Malachite. HEX triplet: 18, F0 and 4B. RGB value is (24,240,75). Sum of RGB (Red+Green+Blue) = 24+240+75=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #18F04B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F04B is #E70FB4. Grayscale: #9D9D9D. Windows color (decimal): -15142837 or 4976664. OLE color: 4976664.
HSL color Cylindrical-coordinate representation of color #18F04B: hue angle of 134.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F04B is Cyan = 0.9, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 75 | - |
| CMYK | 0.9 | 0 | 0.69 | 0.06 |
| HSL | 134.17º | 0.88% | 0.52% | - |
| HSV(B) | 134.17º | 0.9% | 0.94% | - |
| XYZ | 32.81 | 63.02 | 17.09 | - |
| YUV | 156.61 | 81.94 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 75 | 0.9 | 0 | 0.69 | 0.06 | 134.17 | 0.88 | 0.52 |
| Hex | 18 | F0 | 4B | 5A | 0 | 45 | 6 | 86 | 58 | 34 |
| Octal | 30 | 360 | 113 | 132 | 0 | 105 | 6 | 206 | 130 | 64 |
| Binary | 11000 | 11110000 | 1001011 | 1011010 | 0 | 1000101 | 110 | 10000110 | 1011000 | 110100 |
Color Harmonies of #18F04B
Complementary color
Monochromatic Colors of #18F04B
Black with #18F04B
Text Example
Text Example
White with #18F04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F04B; }
p { color: rgb(24,240,75); }
H1.HeaderClassName
{
color: #18F04B;
}
.AnyTagClassName
{
color: #18F04B;
}
</style>
background-color css
<style>
a { background-color: #18F04B; }
a { background-color: rgb(24,240,75); }
div.DivClassName
{
background-color: #18F04B;
}
.BgClassName
{
background-color: #18F04B;
}
</style>
border-color css
<style>
span { border-color: #18F04B; }
span { border-color: rgb(24,240,75); }
td.TdClassName
{
border-color: #18F04B;
}
.TagClassName
{
border-color: #18F04B;
}
</style>