Shades of Malachite #18F960
Tints of Malachite #18F960
RGB
CMYK
RGB Variations
Color information
#18F960 (or 0x18F960) is known color: Malachite. HEX triplet: 18, F9 and 60. RGB value is (24,249,96). Sum of RGB (Red+Green+Blue) = 24+249+96=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #18F960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F960 is #E7069F. Grayscale: #A4A4A4. Windows color (decimal): -15140512 or 6355224. OLE color: 6355224.
HSL color Cylindrical-coordinate representation of color #18F960: hue angle of 139.2º 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 #18F960 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 249 | 96 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.02 |
| HSL | 139.2º | 0.95% | 0.54% | - |
| HSV(B) | 139.2º | 0.9% | 0.98% | - |
| XYZ | 36.36 | 68.79 | 22.43 | - |
| YUV | 164.28 | 89.46 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 249 | 96 | 0.90 | 0 | 0.61 | 0.02 | 139.2 | 0.95 | 0.54 |
| Hex | 18 | F9 | 60 | 5A | 0 | 3D | 2 | 8B | 5F | 36 |
| Octal | 30 | 371 | 140 | 132 | 0 | 75 | 2 | 213 | 137 | 66 |
| Binary | 11000 | 11111001 | 1100000 | 1011010 | 0 | 111101 | 10 | 10001011 | 1011111 | 110110 |
Color Harmonies of #18F960
Complementary color
Monochromatic Colors of #18F960
Black with #18F960
Text Example
Text Example
White with #18F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F960; }
p { color: rgb(24,249,96); }
H1.HeaderClassName
{
color: #18F960;
}
.AnyTagClassName
{
color: #18F960;
}
</style>
background-color css
<style>
a { background-color: #18F960; }
a { background-color: rgb(24,249,96); }
div.DivClassName
{
background-color: #18F960;
}
.BgClassName
{
background-color: #18F960;
}
</style>
border-color css
<style>
span { border-color: #18F960; }
span { border-color: rgb(24,249,96); }
td.TdClassName
{
border-color: #18F960;
}
.TagClassName
{
border-color: #18F960;
}
</style>