Shades of Malachite #16DF3C
Tints of Malachite #16DF3C
RGB
CMYK
RGB Variations
Color information
#16DF3C (or 0x16DF3C) is known color: Malachite. HEX triplet: 16, DF and 3C. RGB value is (22,223,60). Sum of RGB (Red+Green+Blue) = 22+223+60=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #16DF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DF3C is #E920C3. Grayscale: #909090. Windows color (decimal): -15278276 or 3989270. OLE color: 3989270.
HSL color Cylindrical-coordinate representation of color #16DF3C: hue angle of 131.34º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DF3C is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 60 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.13 |
| HSL | 131.34º | 0.82% | 0.48% | - |
| HSV(B) | 131.34º | 0.9% | 0.87% | - |
| XYZ | 27.53 | 53.27 | 13.11 | - |
| YUV | 144.32 | 80.41 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 60 | 0.90 | 0 | 0.73 | 0.13 | 131.34 | 0.82 | 0.48 |
| Hex | 16 | DF | 3C | 5A | 0 | 49 | D | 83 | 52 | 30 |
| Octal | 26 | 337 | 74 | 132 | 0 | 111 | 15 | 203 | 122 | 60 |
| Binary | 10110 | 11011111 | 111100 | 1011010 | 0 | 1001001 | 1101 | 10000011 | 1010010 | 110000 |
Color Harmonies of #16DF3C
Complementary color
Monochromatic Colors of #16DF3C
Black with #16DF3C
Text Example
Text Example
White with #16DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DF3C; }
p { color: rgb(22,223,60); }
H1.HeaderClassName
{
color: #16DF3C;
}
.AnyTagClassName
{
color: #16DF3C;
}
</style>
background-color css
<style>
a { background-color: #16DF3C; }
a { background-color: rgb(22,223,60); }
div.DivClassName
{
background-color: #16DF3C;
}
.BgClassName
{
background-color: #16DF3C;
}
</style>
border-color css
<style>
span { border-color: #16DF3C; }
span { border-color: rgb(22,223,60); }
td.TdClassName
{
border-color: #16DF3C;
}
.TagClassName
{
border-color: #16DF3C;
}
</style>