Shades of Malachite #18F145
Tints of Malachite #18F145
RGB
CMYK
RGB Variations
Color information
#18F145 (or 0x18F145) is known color: Malachite. HEX triplet: 18, F1 and 45. RGB value is (24,241,69). Sum of RGB (Red+Green+Blue) = 24+241+69=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #18F145 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F145 is #E70EBA. Grayscale: #9C9C9C. Windows color (decimal): -15142587 or 4583704. OLE color: 4583704.
HSL color Cylindrical-coordinate representation of color #18F145: hue angle of 132.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F145 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 69 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.05 |
| HSL | 132.44º | 0.89% | 0.52% | - |
| HSV(B) | 132.44º | 0.9% | 0.95% | - |
| XYZ | 32.91 | 63.53 | 16.16 | - |
| YUV | 156.51 | 78.61 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 69 | 0.90 | 0 | 0.71 | 0.05 | 132.44 | 0.89 | 0.52 |
| Hex | 18 | F1 | 45 | 5A | 0 | 47 | 5 | 84 | 59 | 34 |
| Octal | 30 | 361 | 105 | 132 | 0 | 107 | 5 | 204 | 131 | 64 |
| Binary | 11000 | 11110001 | 1000101 | 1011010 | 0 | 1000111 | 101 | 10000100 | 1011001 | 110100 |
Color Harmonies of #18F145
Complementary color
Monochromatic Colors of #18F145
Black with #18F145
Text Example
Text Example
White with #18F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F145; }
p { color: rgb(24,241,69); }
H1.HeaderClassName
{
color: #18F145;
}
.AnyTagClassName
{
color: #18F145;
}
</style>
background-color css
<style>
a { background-color: #18F145; }
a { background-color: rgb(24,241,69); }
div.DivClassName
{
background-color: #18F145;
}
.BgClassName
{
background-color: #18F145;
}
</style>
border-color css
<style>
span { border-color: #18F145; }
span { border-color: rgb(24,241,69); }
td.TdClassName
{
border-color: #18F145;
}
.TagClassName
{
border-color: #18F145;
}
</style>