Shades of Malachite #18F267
Tints of Malachite #18F267
RGB
CMYK
RGB Variations
Color information
#18F267 (or 0x18F267) is known color: Malachite. HEX triplet: 18, F2 and 67. RGB value is (24,242,103). Sum of RGB (Red+Green+Blue) = 24+242+103=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #18F267 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F267 is #E70D98. Grayscale: #A1A1A1. Windows color (decimal): -15142297 or 6812184. OLE color: 6812184.
HSL color Cylindrical-coordinate representation of color #18F267: hue angle of 141.74º 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 #18F267 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 103 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.05 |
| HSL | 141.74º | 0.89% | 0.52% | - |
| HSV(B) | 141.74º | 0.9% | 0.95% | - |
| XYZ | 34.58 | 64.68 | 23.49 | - |
| YUV | 160.97 | 95.28 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 103 | 0.90 | 0 | 0.57 | 0.05 | 141.74 | 0.89 | 0.52 |
| Hex | 18 | F2 | 67 | 5A | 0 | 39 | 5 | 8E | 59 | 34 |
| Octal | 30 | 362 | 147 | 132 | 0 | 71 | 5 | 216 | 131 | 64 |
| Binary | 11000 | 11110010 | 1100111 | 1011010 | 0 | 111001 | 101 | 10001110 | 1011001 | 110100 |
Color Harmonies of #18F267
Complementary color
Monochromatic Colors of #18F267
Black with #18F267
Text Example
Text Example
White with #18F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F267; }
p { color: rgb(24,242,103); }
H1.HeaderClassName
{
color: #18F267;
}
.AnyTagClassName
{
color: #18F267;
}
</style>
background-color css
<style>
a { background-color: #18F267; }
a { background-color: rgb(24,242,103); }
div.DivClassName
{
background-color: #18F267;
}
.BgClassName
{
background-color: #18F267;
}
</style>
border-color css
<style>
span { border-color: #18F267; }
span { border-color: rgb(24,242,103); }
td.TdClassName
{
border-color: #18F267;
}
.TagClassName
{
border-color: #18F267;
}
</style>