Shades of Malachite #18F25F
Tints of Malachite #18F25F
RGB
CMYK
RGB Variations
Color information
#18F25F (or 0x18F25F) is known color: Malachite. HEX triplet: 18, F2 and 5F. RGB value is (24,242,95). Sum of RGB (Red+Green+Blue) = 24+242+95=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #18F25F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F25F is #E70DA0. Grayscale: #A0A0A0. Windows color (decimal): -15142305 or 6287896. OLE color: 6287896.
HSL color Cylindrical-coordinate representation of color #18F25F: hue angle of 139.54º 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 #18F25F is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 95 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.05 |
| HSL | 139.54º | 0.89% | 0.52% | - |
| HSV(B) | 139.54º | 0.9% | 0.95% | - |
| XYZ | 34.19 | 64.52 | 21.48 | - |
| YUV | 160.06 | 91.28 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 95 | 0.90 | 0 | 0.61 | 0.05 | 139.54 | 0.89 | 0.52 |
| Hex | 18 | F2 | 5F | 5A | 0 | 3D | 5 | 8C | 59 | 34 |
| Octal | 30 | 362 | 137 | 132 | 0 | 75 | 5 | 214 | 131 | 64 |
| Binary | 11000 | 11110010 | 1011111 | 1011010 | 0 | 111101 | 101 | 10001100 | 1011001 | 110100 |
Color Harmonies of #18F25F
Complementary color
Monochromatic Colors of #18F25F
Black with #18F25F
Text Example
Text Example
White with #18F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F25F; }
p { color: rgb(24,242,95); }
H1.HeaderClassName
{
color: #18F25F;
}
.AnyTagClassName
{
color: #18F25F;
}
</style>
background-color css
<style>
a { background-color: #18F25F; }
a { background-color: rgb(24,242,95); }
div.DivClassName
{
background-color: #18F25F;
}
.BgClassName
{
background-color: #18F25F;
}
</style>
border-color css
<style>
span { border-color: #18F25F; }
span { border-color: rgb(24,242,95); }
td.TdClassName
{
border-color: #18F25F;
}
.TagClassName
{
border-color: #18F25F;
}
</style>