Shades of Malachite #18CF45
Tints of Malachite #18CF45
RGB
CMYK
RGB Variations
Color information
#18CF45 (or 0x18CF45) is known color: Malachite. HEX triplet: 18, CF and 45. RGB value is (24,207,69). Sum of RGB (Red+Green+Blue) = 24+207+69=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF45 is #E730BA. Grayscale: #888888. Windows color (decimal): -15151291 or 4575000. OLE color: 4575000.
HSL color Cylindrical-coordinate representation of color #18CF45: hue angle of 134.75º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CF45 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 69 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.19 |
| HSL | 134.75º | 0.79% | 0.45% | - |
| HSV(B) | 134.75º | 0.88% | 0.81% | - |
| XYZ | 23.76 | 45.25 | 13.11 | - |
| YUV | 136.55 | 89.87 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 69 | 0.88 | 0 | 0.67 | 0.19 | 134.75 | 0.79 | 0.45 |
| Hex | 18 | CF | 45 | 58 | 0 | 43 | 13 | 87 | 4F | 2D |
| Octal | 30 | 317 | 105 | 130 | 0 | 103 | 23 | 207 | 117 | 55 |
| Binary | 11000 | 11001111 | 1000101 | 1011000 | 0 | 1000011 | 10011 | 10000111 | 1001111 | 101101 |
Color Harmonies of #18CF45
Complementary color
Monochromatic Colors of #18CF45
Black with #18CF45
Text Example
Text Example
White with #18CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF45; }
p { color: rgb(24,207,69); }
H1.HeaderClassName
{
color: #18CF45;
}
.AnyTagClassName
{
color: #18CF45;
}
</style>
background-color css
<style>
a { background-color: #18CF45; }
a { background-color: rgb(24,207,69); }
div.DivClassName
{
background-color: #18CF45;
}
.BgClassName
{
background-color: #18CF45;
}
</style>
border-color css
<style>
span { border-color: #18CF45; }
span { border-color: rgb(24,207,69); }
td.TdClassName
{
border-color: #18CF45;
}
.TagClassName
{
border-color: #18CF45;
}
</style>