Shades of Malachite #18CA5E
Tints of Malachite #18CA5E
RGB
CMYK
RGB Variations
Color information
#18CA5E (or 0x18CA5E) is known color: Malachite. HEX triplet: 18, CA and 5E. RGB value is (24,202,94). Sum of RGB (Red+Green+Blue) = 24+202+94=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CA5E is #E735A1. Grayscale: #888888. Windows color (decimal): -15152546 or 6212120. OLE color: 6212120.
HSL color Cylindrical-coordinate representation of color #18CA5E: hue angle of 143.6º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CA5E is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
RGB | 24 | 202 | 94 | - |
CMYK | 0.88 | 0 | 0.53 | 0.21 |
HSL | 143.6º | 0.79% | 0.44% | - |
HSV(B) | 143.6º | 0.88% | 0.79% | - |
XYZ | 23.52 | 43.24 | 17.7 | - |
YUV | 136.47 | 104.03 | 47.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 202 | 94 | 0.88 | 0 | 0.53 | 0.21 | 143.6 | 0.79 | 0.44 |
Hex | 18 | CA | 5E | 58 | 0 | 35 | 15 | 90 | 4F | 2C |
Octal | 30 | 312 | 136 | 130 | 0 | 65 | 25 | 220 | 117 | 54 |
Binary | 11000 | 11001010 | 1011110 | 1011000 | 0 | 110101 | 10101 | 10010000 | 1001111 | 101100 |
Color Harmonies of #18CA5E
Complementary color
Monochromatic Colors of #18CA5E
Black with #18CA5E
Text Example
Text Example
White with #18CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CA5E; }
p { color: rgb(24,202,94); }
H1.HeaderClassName
{
color: #18CA5E;
}
.AnyTagClassName
{
color: #18CA5E;
}
</style>
background-color css
<style>
a { background-color: #18CA5E; }
a { background-color: rgb(24,202,94); }
div.DivClassName
{
background-color: #18CA5E;
}
.BgClassName
{
background-color: #18CA5E;
}
</style>
border-color css
<style>
span { border-color: #18CA5E; }
span { border-color: rgb(24,202,94); }
td.TdClassName
{
border-color: #18CA5E;
}
.TagClassName
{
border-color: #18CA5E;
}
</style>