Shades of Malachite #18CC4B
Tints of Malachite #18CC4B
RGB
CMYK
RGB Variations
Color information
#18CC4B (or 0x18CC4B) is known color: Malachite. HEX triplet: 18, CC and 4B. RGB value is (24,204,75). Sum of RGB (Red+Green+Blue) = 24+204+75=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC4B is #E733B4. Grayscale: #878787. Windows color (decimal): -15152053 or 4967448. OLE color: 4967448.
HSL color Cylindrical-coordinate representation of color #18CC4B: hue angle of 137º 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 #18CC4B is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 75 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.2 |
| HSL | 137º | 0.79% | 0.45% | - |
| HSV(B) | 137º | 0.88% | 0.8% | - |
| XYZ | 23.24 | 43.89 | 13.9 | - |
| YUV | 135.47 | 93.87 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 75 | 0.88 | 0 | 0.63 | 0.2 | 137 | 0.79 | 0.45 |
| Hex | 18 | CC | 4B | 58 | 0 | 3F | 14 | 89 | 4F | 2D |
| Octal | 30 | 314 | 113 | 130 | 0 | 77 | 24 | 211 | 117 | 55 |
| Binary | 11000 | 11001100 | 1001011 | 1011000 | 0 | 111111 | 10100 | 10001001 | 1001111 | 101101 |
Color Harmonies of #18CC4B
Complementary color
Monochromatic Colors of #18CC4B
Black with #18CC4B
Text Example
Text Example
White with #18CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC4B; }
p { color: rgb(24,204,75); }
H1.HeaderClassName
{
color: #18CC4B;
}
.AnyTagClassName
{
color: #18CC4B;
}
</style>
background-color css
<style>
a { background-color: #18CC4B; }
a { background-color: rgb(24,204,75); }
div.DivClassName
{
background-color: #18CC4B;
}
.BgClassName
{
background-color: #18CC4B;
}
</style>
border-color css
<style>
span { border-color: #18CC4B; }
span { border-color: rgb(24,204,75); }
td.TdClassName
{
border-color: #18CC4B;
}
.TagClassName
{
border-color: #18CC4B;
}
</style>