Shades of Malachite #18C366
Tints of Malachite #18C366
RGB
CMYK
RGB Variations
Color information
#18C366 (or 0x18C366) is known color: Malachite. HEX triplet: 18, C3 and 66. RGB value is (24,195,102). Sum of RGB (Red+Green+Blue) = 24+195+102=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #18C366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C366 is #E73C99. Grayscale: #858585. Windows color (decimal): -15154330 or 6734616. OLE color: 6734616.
HSL color Cylindrical-coordinate representation of color #18C366: hue angle of 147.37º 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 #18C366 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 102 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.24 |
| HSL | 147.37º | 0.78% | 0.43% | - |
| HSV(B) | 147.37º | 0.88% | 0.76% | - |
| XYZ | 22.29 | 40.18 | 19.15 | - |
| YUV | 133.27 | 110.35 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 102 | 0.88 | 0 | 0.48 | 0.24 | 147.37 | 0.78 | 0.43 |
| Hex | 18 | C3 | 66 | 58 | 0 | 30 | 18 | 93 | 4E | 2B |
| Octal | 30 | 303 | 146 | 130 | 0 | 60 | 30 | 223 | 116 | 53 |
| Binary | 11000 | 11000011 | 1100110 | 1011000 | 0 | 110000 | 11000 | 10010011 | 1001110 | 101011 |
Color Harmonies of #18C366
Complementary color
Monochromatic Colors of #18C366
Black with #18C366
Text Example
Text Example
White with #18C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C366; }
p { color: rgb(24,195,102); }
H1.HeaderClassName
{
color: #18C366;
}
.AnyTagClassName
{
color: #18C366;
}
</style>
background-color css
<style>
a { background-color: #18C366; }
a { background-color: rgb(24,195,102); }
div.DivClassName
{
background-color: #18C366;
}
.BgClassName
{
background-color: #18C366;
}
</style>
border-color css
<style>
span { border-color: #18C366; }
span { border-color: rgb(24,195,102); }
td.TdClassName
{
border-color: #18C366;
}
.TagClassName
{
border-color: #18C366;
}
</style>