Shades of Malachite #18F258
Tints of Malachite #18F258
RGB
CMYK
RGB Variations
Color information
#18F258 (or 0x18F258) is known color: Malachite. HEX triplet: 18, F2 and 58. RGB value is (24,242,88). Sum of RGB (Red+Green+Blue) = 24+242+88=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 242 (94.92% from 255 or 68.36% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 242 - color contains mainly: green. Hex color #18F258 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F258 is #E70DA7. Grayscale: #9F9F9F. Windows color (decimal): -15142312 or 5829144. OLE color: 5829144.
HSL color Cylindrical-coordinate representation of color #18F258: hue angle of 137.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F258 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 88 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.05 |
| HSL | 137.61º | 0.89% | 0.52% | - |
| HSV(B) | 137.61º | 0.9% | 0.95% | - |
| XYZ | 33.89 | 64.4 | 19.88 | - |
| YUV | 159.26 | 87.78 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 88 | 0.90 | 0 | 0.64 | 0.05 | 137.61 | 0.89 | 0.52 |
| Hex | 18 | F2 | 58 | 5A | 0 | 40 | 5 | 8A | 59 | 34 |
| Octal | 30 | 362 | 130 | 132 | 0 | 100 | 5 | 212 | 131 | 64 |
| Binary | 11000 | 11110010 | 1011000 | 1011010 | 0 | 1000000 | 101 | 10001010 | 1011001 | 110100 |
Color Harmonies of #18F258
Complementary color
Monochromatic Colors of #18F258
Black with #18F258
Text Example
Text Example
White with #18F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F258; }
p { color: rgb(24,242,88); }
H1.HeaderClassName
{
color: #18F258;
}
.AnyTagClassName
{
color: #18F258;
}
</style>
background-color css
<style>
a { background-color: #18F258; }
a { background-color: rgb(24,242,88); }
div.DivClassName
{
background-color: #18F258;
}
.BgClassName
{
background-color: #18F258;
}
</style>
border-color css
<style>
span { border-color: #18F258; }
span { border-color: rgb(24,242,88); }
td.TdClassName
{
border-color: #18F258;
}
.TagClassName
{
border-color: #18F258;
}
</style>