Shades of Malachite #18CB44
Tints of Malachite #18CB44
RGB
CMYK
RGB Variations
Color information
#18CB44 (or 0x18CB44) is known color: Malachite. HEX triplet: 18, CB and 44. RGB value is (24,203,68). Sum of RGB (Red+Green+Blue) = 24+203+68=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB44 is #E734BB. Grayscale: #868686. Windows color (decimal): -15152316 or 4508440. OLE color: 4508440.
HSL color Cylindrical-coordinate representation of color #18CB44: hue angle of 134.75º 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 #18CB44 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 68 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.20 |
| HSL | 134.75º | 0.79% | 0.45% | - |
| HSV(B) | 134.75º | 0.88% | 0.8% | - |
| XYZ | 22.78 | 43.32 | 12.63 | - |
| YUV | 134.09 | 90.7 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 68 | 0.88 | 0 | 0.67 | 0.20 | 134.75 | 0.79 | 0.45 |
| Hex | 18 | CB | 44 | 58 | 0 | 43 | 14 | 87 | 4F | 2D |
| Octal | 30 | 313 | 104 | 130 | 0 | 103 | 24 | 207 | 117 | 55 |
| Binary | 11000 | 11001011 | 1000100 | 1011000 | 0 | 1000011 | 10100 | 10000111 | 1001111 | 101101 |
Color Harmonies of #18CB44
Complementary color
Monochromatic Colors of #18CB44
Black with #18CB44
Text Example
Text Example
White with #18CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB44; }
p { color: rgb(24,203,68); }
H1.HeaderClassName
{
color: #18CB44;
}
.AnyTagClassName
{
color: #18CB44;
}
</style>
background-color css
<style>
a { background-color: #18CB44; }
a { background-color: rgb(24,203,68); }
div.DivClassName
{
background-color: #18CB44;
}
.BgClassName
{
background-color: #18CB44;
}
</style>
border-color css
<style>
span { border-color: #18CB44; }
span { border-color: rgb(24,203,68); }
td.TdClassName
{
border-color: #18CB44;
}
.TagClassName
{
border-color: #18CB44;
}
</style>