Shades of Malachite #18F25B
Tints of Malachite #18F25B
RGB
CMYK
RGB Variations
Color information
#18F25B (or 0x18F25B) is known color: Malachite. HEX triplet: 18, F2 and 5B. RGB value is (24,242,91). Sum of RGB (Red+Green+Blue) = 24+242+91=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #18F25B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F25B is #E70DA4. Grayscale: #9F9F9F. Windows color (decimal): -15142309 or 6025752. OLE color: 6025752.
HSL color Cylindrical-coordinate representation of color #18F25B: hue angle of 138.44º 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 #18F25B is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 91 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.05 |
| HSL | 138.44º | 0.89% | 0.52% | - |
| HSV(B) | 138.44º | 0.9% | 0.95% | - |
| XYZ | 34.02 | 64.45 | 20.55 | - |
| YUV | 159.6 | 89.28 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 91 | 0.90 | 0 | 0.62 | 0.05 | 138.44 | 0.89 | 0.52 |
| Hex | 18 | F2 | 5B | 5A | 0 | 3E | 5 | 8A | 59 | 34 |
| Octal | 30 | 362 | 133 | 132 | 0 | 76 | 5 | 212 | 131 | 64 |
| Binary | 11000 | 11110010 | 1011011 | 1011010 | 0 | 111110 | 101 | 10001010 | 1011001 | 110100 |
Color Harmonies of #18F25B
Complementary color
Monochromatic Colors of #18F25B
Black with #18F25B
Text Example
Text Example
White with #18F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F25B; }
p { color: rgb(24,242,91); }
H1.HeaderClassName
{
color: #18F25B;
}
.AnyTagClassName
{
color: #18F25B;
}
</style>
background-color css
<style>
a { background-color: #18F25B; }
a { background-color: rgb(24,242,91); }
div.DivClassName
{
background-color: #18F25B;
}
.BgClassName
{
background-color: #18F25B;
}
</style>
border-color css
<style>
span { border-color: #18F25B; }
span { border-color: rgb(24,242,91); }
td.TdClassName
{
border-color: #18F25B;
}
.TagClassName
{
border-color: #18F25B;
}
</style>