Shades of Malachite #18EF3C
Tints of Malachite #18EF3C
RGB
CMYK
RGB Variations
Color information
#18EF3C (or 0x18EF3C) is known color: Malachite. HEX triplet: 18, EF and 3C. RGB value is (24,239,60). Sum of RGB (Red+Green+Blue) = 24+239+60=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 239 (93.75% from 255 or 73.99% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EF3C is #E710C3. Grayscale: #9A9A9A. Windows color (decimal): -15143108 or 3993368. OLE color: 3993368.
HSL color Cylindrical-coordinate representation of color #18EF3C: hue angle of 130.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF3C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 60 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.06 |
| HSL | 130.05º | 0.87% | 0.52% | - |
| HSV(B) | 130.05º | 0.9% | 0.94% | - |
| XYZ | 32.06 | 62.25 | 14.6 | - |
| YUV | 154.31 | 74.77 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 60 | 0.90 | 0 | 0.75 | 0.06 | 130.05 | 0.87 | 0.52 |
| Hex | 18 | EF | 3C | 5A | 0 | 4B | 6 | 82 | 57 | 34 |
| Octal | 30 | 357 | 74 | 132 | 0 | 113 | 6 | 202 | 127 | 64 |
| Binary | 11000 | 11101111 | 111100 | 1011010 | 0 | 1001011 | 110 | 10000010 | 1010111 | 110100 |
Color Harmonies of #18EF3C
Complementary color
Monochromatic Colors of #18EF3C
Black with #18EF3C
Text Example
Text Example
White with #18EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF3C; }
p { color: rgb(24,239,60); }
H1.HeaderClassName
{
color: #18EF3C;
}
.AnyTagClassName
{
color: #18EF3C;
}
</style>
background-color css
<style>
a { background-color: #18EF3C; }
a { background-color: rgb(24,239,60); }
div.DivClassName
{
background-color: #18EF3C;
}
.BgClassName
{
background-color: #18EF3C;
}
</style>
border-color css
<style>
span { border-color: #18EF3C; }
span { border-color: rgb(24,239,60); }
td.TdClassName
{
border-color: #18EF3C;
}
.TagClassName
{
border-color: #18EF3C;
}
</style>