Shades of Malachite #18F561
Tints of Malachite #18F561
RGB
CMYK
RGB Variations
Color information
#18F561 (or 0x18F561) is known color: Malachite. HEX triplet: 18, F5 and 61. RGB value is (24,245,97). Sum of RGB (Red+Green+Blue) = 24+245+97=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 245 (96.09% from 255 or 66.94% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 245 - color contains mainly: green. Hex color #18F561 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F561 is #E70A9E. Grayscale: #A2A2A2. Windows color (decimal): -15141535 or 6419736. OLE color: 6419736.
HSL color Cylindrical-coordinate representation of color #18F561: hue angle of 139.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F561 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 245 | 97 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.04 |
| HSL | 139.82º | 0.92% | 0.53% | - |
| HSV(B) | 139.82º | 0.9% | 0.96% | - |
| XYZ | 35.19 | 66.36 | 22.26 | - |
| YUV | 162.05 | 91.28 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 97 | 0.90 | 0 | 0.60 | 0.04 | 139.82 | 0.92 | 0.53 |
| Hex | 18 | F5 | 61 | 5A | 0 | 3C | 4 | 8C | 5C | 35 |
| Octal | 30 | 365 | 141 | 132 | 0 | 74 | 4 | 214 | 134 | 65 |
| Binary | 11000 | 11110101 | 1100001 | 1011010 | 0 | 111100 | 100 | 10001100 | 1011100 | 110101 |
Color Harmonies of #18F561
Complementary color
Monochromatic Colors of #18F561
Black with #18F561
Text Example
Text Example
White with #18F561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F561; }
p { color: rgb(24,245,97); }
H1.HeaderClassName
{
color: #18F561;
}
.AnyTagClassName
{
color: #18F561;
}
</style>
background-color css
<style>
a { background-color: #18F561; }
a { background-color: rgb(24,245,97); }
div.DivClassName
{
background-color: #18F561;
}
.BgClassName
{
background-color: #18F561;
}
</style>
border-color css
<style>
span { border-color: #18F561; }
span { border-color: rgb(24,245,97); }
td.TdClassName
{
border-color: #18F561;
}
.TagClassName
{
border-color: #18F561;
}
</style>