Shades of Malachite #18FF3F
Tints of Malachite #18FF3F
RGB
CMYK
RGB Variations
Color information
#18FF3F (or 0x18FF3F) is known color: Malachite. HEX triplet: 18, FF and 3F. RGB value is (24,255,63). Sum of RGB (Red+Green+Blue) = 24+255+63=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FF3F is #E700C0. Grayscale: #A4A4A4. Windows color (decimal): -15139009 or 4194072. OLE color: 4194072.
HSL color Cylindrical-coordinate representation of color #18FF3F: hue angle of 130.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF3F is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 63 | - |
| CMYK | 0.91 | 0 | 0.75 | 0 |
| HSL | 130.13º | 1% | 0.55% | - |
| HSV(B) | 130.13º | 0.91% | 1% | - |
| XYZ | 37.03 | 72.07 | 16.66 | - |
| YUV | 164.04 | 70.97 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 63 | 0.91 | 0 | 0.75 | 0 | 130.13 | 1 | 0.55 |
| Hex | 18 | FF | 3F | 5B | 0 | 4B | 0 | 82 | 64 | 37 |
| Octal | 30 | 377 | 77 | 133 | 0 | 113 | 0 | 202 | 144 | 67 |
| Binary | 11000 | 11111111 | 111111 | 1011011 | 0 | 1001011 | 0 | 10000010 | 1100100 | 110111 |
Color Harmonies of #18FF3F
Complementary color
Monochromatic Colors of #18FF3F
Black with #18FF3F
Text Example
Text Example
White with #18FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF3F; }
p { color: rgb(24,255,63); }
H1.HeaderClassName
{
color: #18FF3F;
}
.AnyTagClassName
{
color: #18FF3F;
}
</style>
background-color css
<style>
a { background-color: #18FF3F; }
a { background-color: rgb(24,255,63); }
div.DivClassName
{
background-color: #18FF3F;
}
.BgClassName
{
background-color: #18FF3F;
}
</style>
border-color css
<style>
span { border-color: #18FF3F; }
span { border-color: rgb(24,255,63); }
td.TdClassName
{
border-color: #18FF3F;
}
.TagClassName
{
border-color: #18FF3F;
}
</style>