Shades of Malachite #18F237
Tints of Malachite #18F237
RGB
CMYK
RGB Variations
Color information
#18F237 (or 0x18F237) is known color: Malachite. HEX triplet: 18, F2 and 37. RGB value is (24,242,55). Sum of RGB (Red+Green+Blue) = 24+242+55=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #18F237 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F237 is #E70DC8. Grayscale: #9C9C9C. Windows color (decimal): -15142345 or 3666456. OLE color: 3666456.
HSL color Cylindrical-coordinate representation of color #18F237: hue angle of 128.53º 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 #18F237 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 55 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.05 |
| HSL | 128.53º | 0.89% | 0.52% | - |
| HSV(B) | 128.53º | 0.9% | 0.95% | - |
| XYZ | 32.82 | 63.97 | 14.23 | - |
| YUV | 155.5 | 71.28 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 55 | 0.90 | 0 | 0.77 | 0.05 | 128.53 | 0.89 | 0.52 |
| Hex | 18 | F2 | 37 | 5A | 0 | 4D | 5 | 81 | 59 | 34 |
| Octal | 30 | 362 | 67 | 132 | 0 | 115 | 5 | 201 | 131 | 64 |
| Binary | 11000 | 11110010 | 110111 | 1011010 | 0 | 1001101 | 101 | 10000001 | 1011001 | 110100 |
Color Harmonies of #18F237
Complementary color
Monochromatic Colors of #18F237
Black with #18F237
Text Example
Text Example
White with #18F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F237; }
p { color: rgb(24,242,55); }
H1.HeaderClassName
{
color: #18F237;
}
.AnyTagClassName
{
color: #18F237;
}
</style>
background-color css
<style>
a { background-color: #18F237; }
a { background-color: rgb(24,242,55); }
div.DivClassName
{
background-color: #18F237;
}
.BgClassName
{
background-color: #18F237;
}
</style>
border-color css
<style>
span { border-color: #18F237; }
span { border-color: rgb(24,242,55); }
td.TdClassName
{
border-color: #18F237;
}
.TagClassName
{
border-color: #18F237;
}
</style>