Shades of Malachite #18F34F
Tints of Malachite #18F34F
RGB
CMYK
RGB Variations
Color information
#18F34F (or 0x18F34F) is known color: Malachite. HEX triplet: 18, F3 and 4F. RGB value is (24,243,79). Sum of RGB (Red+Green+Blue) = 24+243+79=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #18F34F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F34F is #E70CB0. Grayscale: #9F9F9F. Windows color (decimal): -15142065 or 5239576. OLE color: 5239576.
HSL color Cylindrical-coordinate representation of color #18F34F: hue angle of 135.07º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F34F is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 79 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.05 |
| HSL | 135.07º | 0.9% | 0.52% | - |
| HSV(B) | 135.07º | 0.9% | 0.95% | - |
| XYZ | 33.84 | 64.86 | 18.13 | - |
| YUV | 158.82 | 82.95 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 79 | 0.90 | 0 | 0.67 | 0.05 | 135.07 | 0.9 | 0.52 |
| Hex | 18 | F3 | 4F | 5A | 0 | 43 | 5 | 87 | 5A | 34 |
| Octal | 30 | 363 | 117 | 132 | 0 | 103 | 5 | 207 | 132 | 64 |
| Binary | 11000 | 11110011 | 1001111 | 1011010 | 0 | 1000011 | 101 | 10000111 | 1011010 | 110100 |
Color Harmonies of #18F34F
Complementary color
Monochromatic Colors of #18F34F
Black with #18F34F
Text Example
Text Example
White with #18F34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F34F; }
p { color: rgb(24,243,79); }
H1.HeaderClassName
{
color: #18F34F;
}
.AnyTagClassName
{
color: #18F34F;
}
</style>
background-color css
<style>
a { background-color: #18F34F; }
a { background-color: rgb(24,243,79); }
div.DivClassName
{
background-color: #18F34F;
}
.BgClassName
{
background-color: #18F34F;
}
</style>
border-color css
<style>
span { border-color: #18F34F; }
span { border-color: rgb(24,243,79); }
td.TdClassName
{
border-color: #18F34F;
}
.TagClassName
{
border-color: #18F34F;
}
</style>