Shades of Malachite #18FF4F
Tints of Malachite #18FF4F
RGB
CMYK
RGB Variations
Color information
#18FF4F (or 0x18FF4F) is known color: Malachite. HEX triplet: 18, FF and 4F. RGB value is (24,255,79). Sum of RGB (Red+Green+Blue) = 24+255+79=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF4F is #E700B0. Grayscale: #A6A6A6. Windows color (decimal): -15138993 or 5242648. OLE color: 5242648.
HSL color Cylindrical-coordinate representation of color #18FF4F: hue angle of 134.29º 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 #18FF4F is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 79 | - |
| CMYK | 0.91 | 0 | 0.69 | 0 |
| HSL | 134.29º | 1% | 0.55% | - |
| HSV(B) | 134.29º | 0.91% | 1% | - |
| XYZ | 37.55 | 72.28 | 19.37 | - |
| YUV | 165.87 | 78.97 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 79 | 0.91 | 0 | 0.69 | 0 | 134.29 | 1 | 0.55 |
| Hex | 18 | FF | 4F | 5B | 0 | 45 | 0 | 86 | 64 | 37 |
| Octal | 30 | 377 | 117 | 133 | 0 | 105 | 0 | 206 | 144 | 67 |
| Binary | 11000 | 11111111 | 1001111 | 1011011 | 0 | 1000101 | 0 | 10000110 | 1100100 | 110111 |
Color Harmonies of #18FF4F
Complementary color
Monochromatic Colors of #18FF4F
Black with #18FF4F
Text Example
Text Example
White with #18FF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF4F; }
p { color: rgb(24,255,79); }
H1.HeaderClassName
{
color: #18FF4F;
}
.AnyTagClassName
{
color: #18FF4F;
}
</style>
background-color css
<style>
a { background-color: #18FF4F; }
a { background-color: rgb(24,255,79); }
div.DivClassName
{
background-color: #18FF4F;
}
.BgClassName
{
background-color: #18FF4F;
}
</style>
border-color css
<style>
span { border-color: #18FF4F; }
span { border-color: rgb(24,255,79); }
td.TdClassName
{
border-color: #18FF4F;
}
.TagClassName
{
border-color: #18FF4F;
}
</style>