Shades of Malachite #18FA61
Tints of Malachite #18FA61
RGB
CMYK
RGB Variations
Color information
#18FA61 (or 0x18FA61) is known color: Malachite. HEX triplet: 18, FA and 61. RGB value is (24,250,97). Sum of RGB (Red+Green+Blue) = 24+250+97=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FA61 is #E7059E. Grayscale: #A5A5A5. Windows color (decimal): -15140255 or 6421016. OLE color: 6421016.
HSL color Cylindrical-coordinate representation of color #18FA61: hue angle of 139.38º degrees, saturation: 0.96, 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 #18FA61 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 97 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.02 |
| HSL | 139.38º | 0.96% | 0.54% | - |
| HSV(B) | 139.38º | 0.9% | 0.98% | - |
| XYZ | 36.72 | 69.43 | 22.77 | - |
| YUV | 164.98 | 89.63 | 27.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 97 | 0.90 | 0 | 0.61 | 0.02 | 139.38 | 0.96 | 0.54 |
| Hex | 18 | FA | 61 | 5A | 0 | 3D | 2 | 8B | 60 | 36 |
| Octal | 30 | 372 | 141 | 132 | 0 | 75 | 2 | 213 | 140 | 66 |
| Binary | 11000 | 11111010 | 1100001 | 1011010 | 0 | 111101 | 10 | 10001011 | 1100000 | 110110 |
Color Harmonies of #18FA61
Complementary color
Monochromatic Colors of #18FA61
Black with #18FA61
Text Example
Text Example
White with #18FA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA61; }
p { color: rgb(24,250,97); }
H1.HeaderClassName
{
color: #18FA61;
}
.AnyTagClassName
{
color: #18FA61;
}
</style>
background-color css
<style>
a { background-color: #18FA61; }
a { background-color: rgb(24,250,97); }
div.DivClassName
{
background-color: #18FA61;
}
.BgClassName
{
background-color: #18FA61;
}
</style>
border-color css
<style>
span { border-color: #18FA61; }
span { border-color: rgb(24,250,97); }
td.TdClassName
{
border-color: #18FA61;
}
.TagClassName
{
border-color: #18FA61;
}
</style>