Shades of Malachite #18F33D
Tints of Malachite #18F33D
RGB
CMYK
RGB Variations
Color information
#18F33D (or 0x18F33D) is known color: Malachite. HEX triplet: 18, F3 and 3D. RGB value is (24,243,61). Sum of RGB (Red+Green+Blue) = 24+243+61=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #18F33D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F33D is #E70CC2. Grayscale: #9D9D9D. Windows color (decimal): -15142083 or 4059928. OLE color: 4059928.
HSL color Cylindrical-coordinate representation of color #18F33D: hue angle of 130.14º 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 #18F33D is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 61 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.05 |
| HSL | 130.14º | 0.9% | 0.52% | - |
| HSV(B) | 130.14º | 0.9% | 0.95% | - |
| XYZ | 33.27 | 64.63 | 15.14 | - |
| YUV | 156.77 | 73.95 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 61 | 0.90 | 0 | 0.75 | 0.05 | 130.14 | 0.9 | 0.52 |
| Hex | 18 | F3 | 3D | 5A | 0 | 4B | 5 | 82 | 5A | 34 |
| Octal | 30 | 363 | 75 | 132 | 0 | 113 | 5 | 202 | 132 | 64 |
| Binary | 11000 | 11110011 | 111101 | 1011010 | 0 | 1001011 | 101 | 10000010 | 1011010 | 110100 |
Color Harmonies of #18F33D
Complementary color
Monochromatic Colors of #18F33D
Black with #18F33D
Text Example
Text Example
White with #18F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F33D; }
p { color: rgb(24,243,61); }
H1.HeaderClassName
{
color: #18F33D;
}
.AnyTagClassName
{
color: #18F33D;
}
</style>
background-color css
<style>
a { background-color: #18F33D; }
a { background-color: rgb(24,243,61); }
div.DivClassName
{
background-color: #18F33D;
}
.BgClassName
{
background-color: #18F33D;
}
</style>
border-color css
<style>
span { border-color: #18F33D; }
span { border-color: rgb(24,243,61); }
td.TdClassName
{
border-color: #18F33D;
}
.TagClassName
{
border-color: #18F33D;
}
</style>