Shades of Malachite #18F13E
Tints of Malachite #18F13E
RGB
CMYK
RGB Variations
Color information
#18F13E (or 0x18F13E) is known color: Malachite. HEX triplet: 18, F1 and 3E. RGB value is (24,241,62). Sum of RGB (Red+Green+Blue) = 24+241+62=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #18F13E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F13E is #E70EC1. Grayscale: #9C9C9C. Windows color (decimal): -15142594 or 4124952. OLE color: 4124952.
HSL color Cylindrical-coordinate representation of color #18F13E: hue angle of 130.51º 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 #18F13E is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 62 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.05 |
| HSL | 130.51º | 0.89% | 0.52% | - |
| HSV(B) | 130.51º | 0.9% | 0.95% | - |
| XYZ | 32.7 | 63.45 | 15.08 | - |
| YUV | 155.71 | 75.11 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 62 | 0.90 | 0 | 0.74 | 0.05 | 130.51 | 0.89 | 0.52 |
| Hex | 18 | F1 | 3E | 5A | 0 | 4A | 5 | 83 | 59 | 34 |
| Octal | 30 | 361 | 76 | 132 | 0 | 112 | 5 | 203 | 131 | 64 |
| Binary | 11000 | 11110001 | 111110 | 1011010 | 0 | 1001010 | 101 | 10000011 | 1011001 | 110100 |
Color Harmonies of #18F13E
Complementary color
Monochromatic Colors of #18F13E
Black with #18F13E
Text Example
Text Example
White with #18F13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F13E; }
p { color: rgb(24,241,62); }
H1.HeaderClassName
{
color: #18F13E;
}
.AnyTagClassName
{
color: #18F13E;
}
</style>
background-color css
<style>
a { background-color: #18F13E; }
a { background-color: rgb(24,241,62); }
div.DivClassName
{
background-color: #18F13E;
}
.BgClassName
{
background-color: #18F13E;
}
</style>
border-color css
<style>
span { border-color: #18F13E; }
span { border-color: rgb(24,241,62); }
td.TdClassName
{
border-color: #18F13E;
}
.TagClassName
{
border-color: #18F13E;
}
</style>