Shades of Malachite #18C852
Tints of Malachite #18C852
RGB
CMYK
RGB Variations
Color information
#18C852 (or 0x18C852) is known color: Malachite. HEX triplet: 18, C8 and 52. RGB value is (24,200,82). Sum of RGB (Red+Green+Blue) = 24+200+82=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #18C852 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C852 is #E737AD. Grayscale: #868686. Windows color (decimal): -15153070 or 5425176. OLE color: 5425176.
HSL color Cylindrical-coordinate representation of color #18C852: hue angle of 139.77º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C852 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 200 | 82 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.22 |
| HSL | 139.77º | 0.79% | 0.44% | - |
| HSV(B) | 139.77º | 0.88% | 0.78% | - |
| XYZ | 22.55 | 42.11 | 14.92 | - |
| YUV | 133.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 82 | 0.88 | 0 | 0.59 | 0.22 | 139.77 | 0.79 | 0.44 |
| Hex | 18 | C8 | 52 | 58 | 0 | 3B | 16 | 8C | 4F | 2C |
| Octal | 30 | 310 | 122 | 130 | 0 | 73 | 26 | 214 | 117 | 54 |
| Binary | 11000 | 11001000 | 1010010 | 1011000 | 0 | 111011 | 10110 | 10001100 | 1001111 | 101100 |
Color Harmonies of #18C852
Complementary color
Monochromatic Colors of #18C852
Black with #18C852
Text Example
Text Example
White with #18C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C852; }
p { color: rgb(24,200,82); }
H1.HeaderClassName
{
color: #18C852;
}
.AnyTagClassName
{
color: #18C852;
}
</style>
background-color css
<style>
a { background-color: #18C852; }
a { background-color: rgb(24,200,82); }
div.DivClassName
{
background-color: #18C852;
}
.BgClassName
{
background-color: #18C852;
}
</style>
border-color css
<style>
span { border-color: #18C852; }
span { border-color: rgb(24,200,82); }
td.TdClassName
{
border-color: #18C852;
}
.TagClassName
{
border-color: #18C852;
}
</style>