Shades of Malachite #1CC34F
Tints of Malachite #1CC34F
RGB
CMYK
RGB Variations
Color information
#1CC34F (or 0x1CC34F) is known color: Malachite. HEX triplet: 1C, C3 and 4F. RGB value is (28,195,79). Sum of RGB (Red+Green+Blue) = 28+195+79=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC34F is #E33CB0. Grayscale: #848484. Windows color (decimal): -14892209 or 5227292. OLE color: 5227292.
HSL color Cylindrical-coordinate representation of color #1CC34F: hue angle of 138.32º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC34F is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 79 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.24 |
| HSL | 138.32º | 0.75% | 0.44% | - |
| HSV(B) | 138.32º | 0.86% | 0.76% | - |
| XYZ | 21.41 | 39.84 | 13.96 | - |
| YUV | 131.84 | 98.17 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 79 | 0.86 | 0 | 0.59 | 0.24 | 138.32 | 0.75 | 0.44 |
| Hex | 1C | C3 | 4F | 56 | 0 | 3B | 18 | 8A | 4B | 2C |
| Octal | 34 | 303 | 117 | 126 | 0 | 73 | 30 | 212 | 113 | 54 |
| Binary | 11100 | 11000011 | 1001111 | 1010110 | 0 | 111011 | 11000 | 10001010 | 1001011 | 101100 |
Color Harmonies of #1CC34F
Complementary color
Monochromatic Colors of #1CC34F
Black with #1CC34F
Text Example
Text Example
White with #1CC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC34F; }
p { color: rgb(28,195,79); }
H1.HeaderClassName
{
color: #1CC34F;
}
.AnyTagClassName
{
color: #1CC34F;
}
</style>
background-color css
<style>
a { background-color: #1CC34F; }
a { background-color: rgb(28,195,79); }
div.DivClassName
{
background-color: #1CC34F;
}
.BgClassName
{
background-color: #1CC34F;
}
</style>
border-color css
<style>
span { border-color: #1CC34F; }
span { border-color: rgb(28,195,79); }
td.TdClassName
{
border-color: #1CC34F;
}
.TagClassName
{
border-color: #1CC34F;
}
</style>