Shades of Malachite #18C350
Tints of Malachite #18C350
RGB
CMYK
RGB Variations
Color information
#18C350 (or 0x18C350) is known color: Malachite. HEX triplet: 18, C3 and 50. RGB value is (24,195,80). Sum of RGB (Red+Green+Blue) = 24+195+80=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #18C350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C350 is #E73CAF. Grayscale: #838383. Windows color (decimal): -15154352 or 5292824. OLE color: 5292824.
HSL color Cylindrical-coordinate representation of color #18C350: hue angle of 139.65º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C350 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 80 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.24 |
| HSL | 139.65º | 0.78% | 0.43% | - |
| HSV(B) | 139.65º | 0.88% | 0.76% | - |
| XYZ | 21.34 | 39.8 | 14.15 | - |
| YUV | 130.76 | 99.35 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 80 | 0.88 | 0 | 0.59 | 0.24 | 139.65 | 0.78 | 0.43 |
| Hex | 18 | C3 | 50 | 58 | 0 | 3B | 18 | 8C | 4E | 2B |
| Octal | 30 | 303 | 120 | 130 | 0 | 73 | 30 | 214 | 116 | 53 |
| Binary | 11000 | 11000011 | 1010000 | 1011000 | 0 | 111011 | 11000 | 10001100 | 1001110 | 101011 |
Color Harmonies of #18C350
Complementary color
Monochromatic Colors of #18C350
Black with #18C350
Text Example
Text Example
White with #18C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C350; }
p { color: rgb(24,195,80); }
H1.HeaderClassName
{
color: #18C350;
}
.AnyTagClassName
{
color: #18C350;
}
</style>
background-color css
<style>
a { background-color: #18C350; }
a { background-color: rgb(24,195,80); }
div.DivClassName
{
background-color: #18C350;
}
.BgClassName
{
background-color: #18C350;
}
</style>
border-color css
<style>
span { border-color: #18C350; }
span { border-color: rgb(24,195,80); }
td.TdClassName
{
border-color: #18C350;
}
.TagClassName
{
border-color: #18C350;
}
</style>