Shades of Malachite #1CE14F
Tints of Malachite #1CE14F
RGB
CMYK
RGB Variations
Color information
#1CE14F (or 0x1CE14F) is known color: Malachite. HEX triplet: 1C, E1 and 4F. RGB value is (28,225,79). Sum of RGB (Red+Green+Blue) = 28+225+79=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CE14F is #E31EB0. Grayscale: #959595. Windows color (decimal): -14884529 or 5234972. OLE color: 5234972.
HSL color Cylindrical-coordinate representation of color #1CE14F: hue angle of 135.53º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE14F is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 79 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.12 |
| HSL | 135.53º | 0.78% | 0.5% | - |
| HSV(B) | 135.53º | 0.88% | 0.88% | - |
| XYZ | 28.82 | 54.66 | 16.43 | - |
| YUV | 149.45 | 88.23 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 79 | 0.88 | 0 | 0.65 | 0.12 | 135.53 | 0.78 | 0.5 |
| Hex | 1C | E1 | 4F | 58 | 0 | 41 | C | 88 | 4E | 32 |
| Octal | 34 | 341 | 117 | 130 | 0 | 101 | 14 | 210 | 116 | 62 |
| Binary | 11100 | 11100001 | 1001111 | 1011000 | 0 | 1000001 | 1100 | 10001000 | 1001110 | 110010 |
Color Harmonies of #1CE14F
Complementary color
Monochromatic Colors of #1CE14F
Black with #1CE14F
Text Example
Text Example
White with #1CE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE14F; }
p { color: rgb(28,225,79); }
H1.HeaderClassName
{
color: #1CE14F;
}
.AnyTagClassName
{
color: #1CE14F;
}
</style>
background-color css
<style>
a { background-color: #1CE14F; }
a { background-color: rgb(28,225,79); }
div.DivClassName
{
background-color: #1CE14F;
}
.BgClassName
{
background-color: #1CE14F;
}
</style>
border-color css
<style>
span { border-color: #1CE14F; }
span { border-color: rgb(28,225,79); }
td.TdClassName
{
border-color: #1CE14F;
}
.TagClassName
{
border-color: #1CE14F;
}
</style>