Shades of Malachite #18F256
Tints of Malachite #18F256
RGB
CMYK
RGB Variations
Color information
#18F256 (or 0x18F256) is known color: Malachite. HEX triplet: 18, F2 and 56. RGB value is (24,242,86). Sum of RGB (Red+Green+Blue) = 24+242+86=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #18F256 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F256 is #E70DA9. Grayscale: #9F9F9F. Windows color (decimal): -15142314 or 5698072. OLE color: 5698072.
HSL color Cylindrical-coordinate representation of color #18F256: hue angle of 137.06º 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 #18F256 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 86 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.05 |
| HSL | 137.06º | 0.89% | 0.52% | - |
| HSV(B) | 137.06º | 0.9% | 0.95% | - |
| XYZ | 33.81 | 64.37 | 19.45 | - |
| YUV | 159.03 | 86.78 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 86 | 0.90 | 0 | 0.64 | 0.05 | 137.06 | 0.89 | 0.52 |
| Hex | 18 | F2 | 56 | 5A | 0 | 40 | 5 | 89 | 59 | 34 |
| Octal | 30 | 362 | 126 | 132 | 0 | 100 | 5 | 211 | 131 | 64 |
| Binary | 11000 | 11110010 | 1010110 | 1011010 | 0 | 1000000 | 101 | 10001001 | 1011001 | 110100 |
Color Harmonies of #18F256
Complementary color
Monochromatic Colors of #18F256
Black with #18F256
Text Example
Text Example
White with #18F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F256; }
p { color: rgb(24,242,86); }
H1.HeaderClassName
{
color: #18F256;
}
.AnyTagClassName
{
color: #18F256;
}
</style>
background-color css
<style>
a { background-color: #18F256; }
a { background-color: rgb(24,242,86); }
div.DivClassName
{
background-color: #18F256;
}
.BgClassName
{
background-color: #18F256;
}
</style>
border-color css
<style>
span { border-color: #18F256; }
span { border-color: rgb(24,242,86); }
td.TdClassName
{
border-color: #18F256;
}
.TagClassName
{
border-color: #18F256;
}
</style>