Shades of Malachite #1DC254
Tints of Malachite #1DC254
RGB
CMYK
RGB Variations
Color information
#1DC254 (or 0x1DC254) is known color: Malachite. HEX triplet: 1D, C2 and 54. RGB value is (29,194,84). Sum of RGB (Red+Green+Blue) = 29+194+84=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC254 is #E23DAB. Grayscale: #848484. Windows color (decimal): -14826924 or 5554717. OLE color: 5554717.
HSL color Cylindrical-coordinate representation of color #1DC254: hue angle of 140º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC254 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 84 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.24 |
| HSL | 140º | 0.74% | 0.44% | - |
| HSV(B) | 140º | 0.85% | 0.76% | - |
| XYZ | 21.4 | 39.48 | 14.88 | - |
| YUV | 132.13 | 100.84 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 84 | 0.85 | 0 | 0.57 | 0.24 | 140 | 0.74 | 0.44 |
| Hex | 1D | C2 | 54 | 55 | 0 | 39 | 18 | 8C | 4A | 2C |
| Octal | 35 | 302 | 124 | 125 | 0 | 71 | 30 | 214 | 112 | 54 |
| Binary | 11101 | 11000010 | 1010100 | 1010101 | 0 | 111001 | 11000 | 10001100 | 1001010 | 101100 |
Color Harmonies of #1DC254
Complementary color
Monochromatic Colors of #1DC254
Black with #1DC254
Text Example
Text Example
White with #1DC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC254; }
p { color: rgb(29,194,84); }
H1.HeaderClassName
{
color: #1DC254;
}
.AnyTagClassName
{
color: #1DC254;
}
</style>
background-color css
<style>
a { background-color: #1DC254; }
a { background-color: rgb(29,194,84); }
div.DivClassName
{
background-color: #1DC254;
}
.BgClassName
{
background-color: #1DC254;
}
</style>
border-color css
<style>
span { border-color: #1DC254; }
span { border-color: rgb(29,194,84); }
td.TdClassName
{
border-color: #1DC254;
}
.TagClassName
{
border-color: #1DC254;
}
</style>