Shades of Malachite #18C05F
Tints of Malachite #18C05F
RGB
CMYK
RGB Variations
Color information
#18C05F (or 0x18C05F) is known color: Malachite. HEX triplet: 18, C0 and 5F. RGB value is (24,192,95). Sum of RGB (Red+Green+Blue) = 24+192+95=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #18C05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C05F is #E73FA0. Grayscale: #828282. Windows color (decimal): -15155105 or 6275096. OLE color: 6275096.
HSL color Cylindrical-coordinate representation of color #18C05F: hue angle of 145.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C05F is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 95 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.25 |
| HSL | 145.36º | 0.78% | 0.42% | - |
| HSV(B) | 145.36º | 0.88% | 0.75% | - |
| XYZ | 21.29 | 38.72 | 17.18 | - |
| YUV | 130.71 | 107.84 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 95 | 0.88 | 0 | 0.51 | 0.25 | 145.36 | 0.78 | 0.42 |
| Hex | 18 | C0 | 5F | 58 | 0 | 33 | 19 | 91 | 4E | 2A |
| Octal | 30 | 300 | 137 | 130 | 0 | 63 | 31 | 221 | 116 | 52 |
| Binary | 11000 | 11000000 | 1011111 | 1011000 | 0 | 110011 | 11001 | 10010001 | 1001110 | 101010 |
Color Harmonies of #18C05F
Complementary color
Monochromatic Colors of #18C05F
Black with #18C05F
Text Example
Text Example
White with #18C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C05F; }
p { color: rgb(24,192,95); }
H1.HeaderClassName
{
color: #18C05F;
}
.AnyTagClassName
{
color: #18C05F;
}
</style>
background-color css
<style>
a { background-color: #18C05F; }
a { background-color: rgb(24,192,95); }
div.DivClassName
{
background-color: #18C05F;
}
.BgClassName
{
background-color: #18C05F;
}
</style>
border-color css
<style>
span { border-color: #18C05F; }
span { border-color: rgb(24,192,95); }
td.TdClassName
{
border-color: #18C05F;
}
.TagClassName
{
border-color: #18C05F;
}
</style>