Shades of Malachite #1CC950
Tints of Malachite #1CC950
RGB
CMYK
RGB Variations
Color information
#1CC950 (or 0x1CC950) is known color: Malachite. HEX triplet: 1C, C9 and 50. RGB value is (28,201,80). Sum of RGB (Red+Green+Blue) = 28+201+80=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC950 is #E336AF. Grayscale: #878787. Windows color (decimal): -14890672 or 5294364. OLE color: 5294364.
HSL color Cylindrical-coordinate representation of color #1CC950: hue angle of 138.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC950 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 80 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.21 |
| HSL | 138.03º | 0.76% | 0.45% | - |
| HSV(B) | 138.03º | 0.86% | 0.79% | - |
| XYZ | 22.81 | 42.6 | 14.61 | - |
| YUV | 135.48 | 96.69 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 80 | 0.86 | 0 | 0.60 | 0.21 | 138.03 | 0.76 | 0.45 |
| Hex | 1C | C9 | 50 | 56 | 0 | 3C | 15 | 8A | 4C | 2D |
| Octal | 34 | 311 | 120 | 126 | 0 | 74 | 25 | 212 | 114 | 55 |
| Binary | 11100 | 11001001 | 1010000 | 1010110 | 0 | 111100 | 10101 | 10001010 | 1001100 | 101101 |
Color Harmonies of #1CC950
Complementary color
Monochromatic Colors of #1CC950
Black with #1CC950
Text Example
Text Example
White with #1CC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC950; }
p { color: rgb(28,201,80); }
H1.HeaderClassName
{
color: #1CC950;
}
.AnyTagClassName
{
color: #1CC950;
}
</style>
background-color css
<style>
a { background-color: #1CC950; }
a { background-color: rgb(28,201,80); }
div.DivClassName
{
background-color: #1CC950;
}
.BgClassName
{
background-color: #1CC950;
}
</style>
border-color css
<style>
span { border-color: #1CC950; }
span { border-color: rgb(28,201,80); }
td.TdClassName
{
border-color: #1CC950;
}
.TagClassName
{
border-color: #1CC950;
}
</style>