Shades of Malachite #1CC35C
Tints of Malachite #1CC35C
RGB
CMYK
RGB Variations
Color information
#1CC35C (or 0x1CC35C) is known color: Malachite. HEX triplet: 1C, C3 and 5C. RGB value is (28,195,92). Sum of RGB (Red+Green+Blue) = 28+195+92=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC35C is #E33CA3. Grayscale: #858585. Windows color (decimal): -14892196 or 6079260. OLE color: 6079260.
HSL color Cylindrical-coordinate representation of color #1CC35C: hue angle of 142.99º 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 #1CC35C is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 92 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.24 |
| HSL | 142.99º | 0.75% | 0.44% | - |
| HSV(B) | 142.99º | 0.86% | 0.76% | - |
| XYZ | 21.93 | 40.05 | 16.7 | - |
| YUV | 133.33 | 104.67 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 92 | 0.86 | 0 | 0.53 | 0.24 | 142.99 | 0.75 | 0.44 |
| Hex | 1C | C3 | 5C | 56 | 0 | 35 | 18 | 8F | 4B | 2C |
| Octal | 34 | 303 | 134 | 126 | 0 | 65 | 30 | 217 | 113 | 54 |
| Binary | 11100 | 11000011 | 1011100 | 1010110 | 0 | 110101 | 11000 | 10001111 | 1001011 | 101100 |
Color Harmonies of #1CC35C
Complementary color
Monochromatic Colors of #1CC35C
Black with #1CC35C
Text Example
Text Example
White with #1CC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC35C; }
p { color: rgb(28,195,92); }
H1.HeaderClassName
{
color: #1CC35C;
}
.AnyTagClassName
{
color: #1CC35C;
}
</style>
background-color css
<style>
a { background-color: #1CC35C; }
a { background-color: rgb(28,195,92); }
div.DivClassName
{
background-color: #1CC35C;
}
.BgClassName
{
background-color: #1CC35C;
}
</style>
border-color css
<style>
span { border-color: #1CC35C; }
span { border-color: rgb(28,195,92); }
td.TdClassName
{
border-color: #1CC35C;
}
.TagClassName
{
border-color: #1CC35C;
}
</style>