Shades of Malachite #18CC50
Tints of Malachite #18CC50
RGB
CMYK
RGB Variations
Color information
#18CC50 (or 0x18CC50) is known color: Malachite. HEX triplet: 18, CC and 50. RGB value is (24,204,80). Sum of RGB (Red+Green+Blue) = 24+204+80=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC50 is #E733AF. Grayscale: #888888. Windows color (decimal): -15152048 or 5295128. OLE color: 5295128.
HSL color Cylindrical-coordinate representation of color #18CC50: hue angle of 138.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC50 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 80 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.2 |
| HSL | 138.67º | 0.79% | 0.45% | - |
| HSV(B) | 138.67º | 0.88% | 0.8% | - |
| XYZ | 23.42 | 43.96 | 14.84 | - |
| YUV | 136.04 | 96.37 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 80 | 0.88 | 0 | 0.61 | 0.2 | 138.67 | 0.79 | 0.45 |
| Hex | 18 | CC | 50 | 58 | 0 | 3D | 14 | 8B | 4F | 2D |
| Octal | 30 | 314 | 120 | 130 | 0 | 75 | 24 | 213 | 117 | 55 |
| Binary | 11000 | 11001100 | 1010000 | 1011000 | 0 | 111101 | 10100 | 10001011 | 1001111 | 101101 |
Color Harmonies of #18CC50
Complementary color
Monochromatic Colors of #18CC50
Black with #18CC50
Text Example
Text Example
White with #18CC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC50; }
p { color: rgb(24,204,80); }
H1.HeaderClassName
{
color: #18CC50;
}
.AnyTagClassName
{
color: #18CC50;
}
</style>
background-color css
<style>
a { background-color: #18CC50; }
a { background-color: rgb(24,204,80); }
div.DivClassName
{
background-color: #18CC50;
}
.BgClassName
{
background-color: #18CC50;
}
</style>
border-color css
<style>
span { border-color: #18CC50; }
span { border-color: rgb(24,204,80); }
td.TdClassName
{
border-color: #18CC50;
}
.TagClassName
{
border-color: #18CC50;
}
</style>