Shades of Malachite #18FF5C
Tints of Malachite #18FF5C
RGB
CMYK
RGB Variations
Color information
#18FF5C (or 0x18FF5C) is known color: Malachite. HEX triplet: 18, FF and 5C. RGB value is (24,255,92). Sum of RGB (Red+Green+Blue) = 24+255+92=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF5C is #E700A3. Grayscale: #A7A7A7. Windows color (decimal): -15138980 or 6094616. OLE color: 6094616.
HSL color Cylindrical-coordinate representation of color #18FF5C: hue angle of 137.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF5C is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 92 | - |
| CMYK | 0.91 | 0 | 0.64 | 0 |
| HSL | 137.66º | 1% | 0.55% | - |
| HSV(B) | 137.66º | 0.91% | 1% | - |
| XYZ | 38.07 | 72.49 | 22.11 | - |
| YUV | 167.35 | 85.47 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 92 | 0.91 | 0 | 0.64 | 0 | 137.66 | 1 | 0.55 |
| Hex | 18 | FF | 5C | 5B | 0 | 40 | 0 | 8A | 64 | 37 |
| Octal | 30 | 377 | 134 | 133 | 0 | 100 | 0 | 212 | 144 | 67 |
| Binary | 11000 | 11111111 | 1011100 | 1011011 | 0 | 1000000 | 0 | 10001010 | 1100100 | 110111 |
Color Harmonies of #18FF5C
Complementary color
Monochromatic Colors of #18FF5C
Black with #18FF5C
Text Example
Text Example
White with #18FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF5C; }
p { color: rgb(24,255,92); }
H1.HeaderClassName
{
color: #18FF5C;
}
.AnyTagClassName
{
color: #18FF5C;
}
</style>
background-color css
<style>
a { background-color: #18FF5C; }
a { background-color: rgb(24,255,92); }
div.DivClassName
{
background-color: #18FF5C;
}
.BgClassName
{
background-color: #18FF5C;
}
</style>
border-color css
<style>
span { border-color: #18FF5C; }
span { border-color: rgb(24,255,92); }
td.TdClassName
{
border-color: #18FF5C;
}
.TagClassName
{
border-color: #18FF5C;
}
</style>