Shades of Malachite #18F252
Tints of Malachite #18F252
RGB
CMYK
RGB Variations
Color information
#18F252 (or 0x18F252) is known color: Malachite. HEX triplet: 18, F2 and 52. RGB value is (24,242,82). Sum of RGB (Red+Green+Blue) = 24+242+82=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #18F252 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F252 is #E70DAD. Grayscale: #9F9F9F. Windows color (decimal): -15142318 or 5435928. OLE color: 5435928.
HSL color Cylindrical-coordinate representation of color #18F252: hue angle of 135.96º degrees, saturation: 0.89, 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 #18F252 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 82 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.05 |
| HSL | 135.96º | 0.89% | 0.52% | - |
| HSV(B) | 135.96º | 0.9% | 0.95% | - |
| XYZ | 33.65 | 64.31 | 18.62 | - |
| YUV | 158.58 | 84.78 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 82 | 0.90 | 0 | 0.66 | 0.05 | 135.96 | 0.89 | 0.52 |
| Hex | 18 | F2 | 52 | 5A | 0 | 42 | 5 | 88 | 59 | 34 |
| Octal | 30 | 362 | 122 | 132 | 0 | 102 | 5 | 210 | 131 | 64 |
| Binary | 11000 | 11110010 | 1010010 | 1011010 | 0 | 1000010 | 101 | 10001000 | 1011001 | 110100 |
Color Harmonies of #18F252
Complementary color
Monochromatic Colors of #18F252
Black with #18F252
Text Example
Text Example
White with #18F252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F252; }
p { color: rgb(24,242,82); }
H1.HeaderClassName
{
color: #18F252;
}
.AnyTagClassName
{
color: #18F252;
}
</style>
background-color css
<style>
a { background-color: #18F252; }
a { background-color: rgb(24,242,82); }
div.DivClassName
{
background-color: #18F252;
}
.BgClassName
{
background-color: #18F252;
}
</style>
border-color css
<style>
span { border-color: #18F252; }
span { border-color: rgb(24,242,82); }
td.TdClassName
{
border-color: #18F252;
}
.TagClassName
{
border-color: #18F252;
}
</style>