Shades of Malachite #18F85D
Tints of Malachite #18F85D
RGB
CMYK
RGB Variations
Color information
#18F85D (or 0x18F85D) is known color: Malachite. HEX triplet: 18, F8 and 5D. RGB value is (24,248,93). Sum of RGB (Red+Green+Blue) = 24+248+93=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #18F85D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F85D is #E707A2. Grayscale: #A3A3A3. Windows color (decimal): -15140771 or 6158360. OLE color: 6158360.
HSL color Cylindrical-coordinate representation of color #18F85D: hue angle of 138.48º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F85D is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 93 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.03 |
| HSL | 138.48º | 0.94% | 0.53% | - |
| HSV(B) | 138.48º | 0.9% | 0.97% | - |
| XYZ | 35.92 | 68.12 | 21.61 | - |
| YUV | 163.35 | 88.29 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 93 | 0.90 | 0 | 0.62 | 0.03 | 138.48 | 0.94 | 0.53 |
| Hex | 18 | F8 | 5D | 5A | 0 | 3E | 3 | 8A | 5E | 35 |
| Octal | 30 | 370 | 135 | 132 | 0 | 76 | 3 | 212 | 136 | 65 |
| Binary | 11000 | 11111000 | 1011101 | 1011010 | 0 | 111110 | 11 | 10001010 | 1011110 | 110101 |
Color Harmonies of #18F85D
Complementary color
Monochromatic Colors of #18F85D
Black with #18F85D
Text Example
Text Example
White with #18F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F85D; }
p { color: rgb(24,248,93); }
H1.HeaderClassName
{
color: #18F85D;
}
.AnyTagClassName
{
color: #18F85D;
}
</style>
background-color css
<style>
a { background-color: #18F85D; }
a { background-color: rgb(24,248,93); }
div.DivClassName
{
background-color: #18F85D;
}
.BgClassName
{
background-color: #18F85D;
}
</style>
border-color css
<style>
span { border-color: #18F85D; }
span { border-color: rgb(24,248,93); }
td.TdClassName
{
border-color: #18F85D;
}
.TagClassName
{
border-color: #18F85D;
}
</style>