Shades of Malachite #18F93A
Tints of Malachite #18F93A
RGB
CMYK
RGB Variations
Color information
#18F93A (or 0x18F93A) is known color: Malachite. HEX triplet: 18, F9 and 3A. RGB value is (24,249,58). Sum of RGB (Red+Green+Blue) = 24+249+58=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 249 (97.66% from 255 or 75.23% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 249 - color contains mainly: green. Hex color #18F93A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F93A is #E706C5. Grayscale: #A0A0A0. Windows color (decimal): -15140550 or 3864856. OLE color: 3864856.
HSL color Cylindrical-coordinate representation of color #18F93A: hue angle of 129.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F93A is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 249 | 58 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.02 |
| HSL | 129.07º | 0.95% | 0.54% | - |
| HSV(B) | 129.07º | 0.9% | 0.98% | - |
| XYZ | 35.02 | 68.25 | 15.33 | - |
| YUV | 159.95 | 70.46 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 249 | 58 | 0.90 | 0 | 0.77 | 0.02 | 129.07 | 0.95 | 0.54 |
| Hex | 18 | F9 | 3A | 5A | 0 | 4D | 2 | 81 | 5F | 36 |
| Octal | 30 | 371 | 72 | 132 | 0 | 115 | 2 | 201 | 137 | 66 |
| Binary | 11000 | 11111001 | 111010 | 1011010 | 0 | 1001101 | 10 | 10000001 | 1011111 | 110110 |
Color Harmonies of #18F93A
Complementary color
Monochromatic Colors of #18F93A
Black with #18F93A
Text Example
Text Example
White with #18F93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F93A; }
p { color: rgb(24,249,58); }
H1.HeaderClassName
{
color: #18F93A;
}
.AnyTagClassName
{
color: #18F93A;
}
</style>
background-color css
<style>
a { background-color: #18F93A; }
a { background-color: rgb(24,249,58); }
div.DivClassName
{
background-color: #18F93A;
}
.BgClassName
{
background-color: #18F93A;
}
</style>
border-color css
<style>
span { border-color: #18F93A; }
span { border-color: rgb(24,249,58); }
td.TdClassName
{
border-color: #18F93A;
}
.TagClassName
{
border-color: #18F93A;
}
</style>