Shades of Malachite #18DA41
Tints of Malachite #18DA41
RGB
CMYK
RGB Variations
Color information
#18DA41 (or 0x18DA41) is known color: Malachite. HEX triplet: 18, DA and 41. RGB value is (24,218,65). Sum of RGB (Red+Green+Blue) = 24+218+65=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 218 (85.55% from 255 or 71.01% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DA41 is #E725BE. Grayscale: #8E8E8E. Windows color (decimal): -15148479 or 4315672. OLE color: 4315672.
HSL color Cylindrical-coordinate representation of color #18DA41: hue angle of 132.68º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DA41 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 218 | 65 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.15 |
| HSL | 132.68º | 0.8% | 0.47% | - |
| HSV(B) | 132.68º | 0.89% | 0.85% | - |
| XYZ | 26.4 | 50.72 | 13.4 | - |
| YUV | 142.55 | 84.23 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 218 | 65 | 0.89 | 0 | 0.70 | 0.15 | 132.68 | 0.8 | 0.47 |
| Hex | 18 | DA | 41 | 59 | 0 | 46 | F | 85 | 50 | 2F |
| Octal | 30 | 332 | 101 | 131 | 0 | 106 | 17 | 205 | 120 | 57 |
| Binary | 11000 | 11011010 | 1000001 | 1011001 | 0 | 1000110 | 1111 | 10000101 | 1010000 | 101111 |
Color Harmonies of #18DA41
Complementary color
Monochromatic Colors of #18DA41
Black with #18DA41
Text Example
Text Example
White with #18DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DA41; }
p { color: rgb(24,218,65); }
H1.HeaderClassName
{
color: #18DA41;
}
.AnyTagClassName
{
color: #18DA41;
}
</style>
background-color css
<style>
a { background-color: #18DA41; }
a { background-color: rgb(24,218,65); }
div.DivClassName
{
background-color: #18DA41;
}
.BgClassName
{
background-color: #18DA41;
}
</style>
border-color css
<style>
span { border-color: #18DA41; }
span { border-color: rgb(24,218,65); }
td.TdClassName
{
border-color: #18DA41;
}
.TagClassName
{
border-color: #18DA41;
}
</style>