Shades of Malachite #18F461
Tints of Malachite #18F461
RGB
CMYK
RGB Variations
Color information
#18F461 (or 0x18F461) is known color: Malachite. HEX triplet: 18, F4 and 61. RGB value is (24,244,97). Sum of RGB (Red+Green+Blue) = 24+244+97=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #18F461 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F461 is #E70B9E. Grayscale: #A1A1A1. Windows color (decimal): -15141791 or 6419480. OLE color: 6419480.
HSL color Cylindrical-coordinate representation of color #18F461: hue angle of 139.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F461 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 97 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.04 |
| HSL | 139.91º | 0.91% | 0.53% | - |
| HSV(B) | 139.91º | 0.9% | 0.96% | - |
| XYZ | 34.89 | 65.76 | 22.16 | - |
| YUV | 161.46 | 91.61 | 29.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 97 | 0.90 | 0 | 0.60 | 0.04 | 139.91 | 0.91 | 0.53 |
| Hex | 18 | F4 | 61 | 5A | 0 | 3C | 4 | 8C | 5B | 35 |
| Octal | 30 | 364 | 141 | 132 | 0 | 74 | 4 | 214 | 133 | 65 |
| Binary | 11000 | 11110100 | 1100001 | 1011010 | 0 | 111100 | 100 | 10001100 | 1011011 | 110101 |
Color Harmonies of #18F461
Complementary color
Monochromatic Colors of #18F461
Black with #18F461
Text Example
Text Example
White with #18F461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F461; }
p { color: rgb(24,244,97); }
H1.HeaderClassName
{
color: #18F461;
}
.AnyTagClassName
{
color: #18F461;
}
</style>
background-color css
<style>
a { background-color: #18F461; }
a { background-color: rgb(24,244,97); }
div.DivClassName
{
background-color: #18F461;
}
.BgClassName
{
background-color: #18F461;
}
</style>
border-color css
<style>
span { border-color: #18F461; }
span { border-color: rgb(24,244,97); }
td.TdClassName
{
border-color: #18F461;
}
.TagClassName
{
border-color: #18F461;
}
</style>