Shades of Malachite #18D948
Tints of Malachite #18D948
RGB
CMYK
RGB Variations
Color information
#18D948 (or 0x18D948) is known color: Malachite. HEX triplet: 18, D9 and 48. RGB value is (24,217,72). Sum of RGB (Red+Green+Blue) = 24+217+72=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #18D948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D948 is #E726B7. Grayscale: #8F8F8F. Windows color (decimal): -15148728 or 4774168. OLE color: 4774168.
HSL color Cylindrical-coordinate representation of color #18D948: hue angle of 134.92º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D948 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 72 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.15 |
| HSL | 134.92º | 0.8% | 0.47% | - |
| HSV(B) | 134.92º | 0.89% | 0.85% | - |
| XYZ | 26.36 | 50.29 | 14.45 | - |
| YUV | 142.76 | 88.06 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 72 | 0.89 | 0 | 0.67 | 0.15 | 134.92 | 0.8 | 0.47 |
| Hex | 18 | D9 | 48 | 59 | 0 | 43 | F | 87 | 50 | 2F |
| Octal | 30 | 331 | 110 | 131 | 0 | 103 | 17 | 207 | 120 | 57 |
| Binary | 11000 | 11011001 | 1001000 | 1011001 | 0 | 1000011 | 1111 | 10000111 | 1010000 | 101111 |
Color Harmonies of #18D948
Complementary color
Monochromatic Colors of #18D948
Black with #18D948
Text Example
Text Example
White with #18D948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D948; }
p { color: rgb(24,217,72); }
H1.HeaderClassName
{
color: #18D948;
}
.AnyTagClassName
{
color: #18D948;
}
</style>
background-color css
<style>
a { background-color: #18D948; }
a { background-color: rgb(24,217,72); }
div.DivClassName
{
background-color: #18D948;
}
.BgClassName
{
background-color: #18D948;
}
</style>
border-color css
<style>
span { border-color: #18D948; }
span { border-color: rgb(24,217,72); }
td.TdClassName
{
border-color: #18D948;
}
.TagClassName
{
border-color: #18D948;
}
</style>