Shades of Malachite #18F65C
Tints of Malachite #18F65C
RGB
CMYK
RGB Variations
Color information
#18F65C (or 0x18F65C) is known color: Malachite. HEX triplet: 18, F6 and 5C. RGB value is (24,246,92). Sum of RGB (Red+Green+Blue) = 24+246+92=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #18F65C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F65C is #E709A3. Grayscale: #A2A2A2. Windows color (decimal): -15141284 or 6092312. OLE color: 6092312.
HSL color Cylindrical-coordinate representation of color #18F65C: hue angle of 138.38º degrees, saturation: 0.93, 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 #18F65C is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 92 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.04 |
| HSL | 138.38º | 0.93% | 0.53% | - |
| HSV(B) | 138.38º | 0.9% | 0.96% | - |
| XYZ | 35.26 | 66.88 | 21.18 | - |
| YUV | 162.07 | 88.45 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 92 | 0.90 | 0 | 0.63 | 0.04 | 138.38 | 0.93 | 0.53 |
| Hex | 18 | F6 | 5C | 5A | 0 | 3F | 4 | 8A | 5C | 35 |
| Octal | 30 | 366 | 134 | 132 | 0 | 77 | 4 | 212 | 134 | 65 |
| Binary | 11000 | 11110110 | 1011100 | 1011010 | 0 | 111111 | 100 | 10001010 | 1011100 | 110101 |
Color Harmonies of #18F65C
Complementary color
Monochromatic Colors of #18F65C
Black with #18F65C
Text Example
Text Example
White with #18F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F65C; }
p { color: rgb(24,246,92); }
H1.HeaderClassName
{
color: #18F65C;
}
.AnyTagClassName
{
color: #18F65C;
}
</style>
background-color css
<style>
a { background-color: #18F65C; }
a { background-color: rgb(24,246,92); }
div.DivClassName
{
background-color: #18F65C;
}
.BgClassName
{
background-color: #18F65C;
}
</style>
border-color css
<style>
span { border-color: #18F65C; }
span { border-color: rgb(24,246,92); }
td.TdClassName
{
border-color: #18F65C;
}
.TagClassName
{
border-color: #18F65C;
}
</style>