Shades of Malachite #1FCC5A
Tints of Malachite #1FCC5A
RGB
CMYK
RGB Variations
Color information
#1FCC5A (or 0x1FCC5A) is known color: Malachite. HEX triplet: 1F, CC and 5A. RGB value is (31,204,90). Sum of RGB (Red+Green+Blue) = 31+204+90=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC5A is #E033A5. Grayscale: #8B8B8B. Windows color (decimal): -14693286 or 5950495. OLE color: 5950495.
HSL color Cylindrical-coordinate representation of color #1FCC5A: hue angle of 140.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC5A is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 90 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.2 |
| HSL | 140.46º | 0.74% | 0.46% | - |
| HSV(B) | 140.46º | 0.85% | 0.8% | - |
| XYZ | 24 | 44.22 | 16.94 | - |
| YUV | 139.28 | 100.19 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 90 | 0.85 | 0 | 0.56 | 0.2 | 140.46 | 0.74 | 0.46 |
| Hex | 1F | CC | 5A | 55 | 0 | 38 | 14 | 8C | 4A | 2E |
| Octal | 37 | 314 | 132 | 125 | 0 | 70 | 24 | 214 | 112 | 56 |
| Binary | 11111 | 11001100 | 1011010 | 1010101 | 0 | 111000 | 10100 | 10001100 | 1001010 | 101110 |
Color Harmonies of #1FCC5A
Complementary color
Monochromatic Colors of #1FCC5A
Black with #1FCC5A
Text Example
Text Example
White with #1FCC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC5A; }
p { color: rgb(31,204,90); }
H1.HeaderClassName
{
color: #1FCC5A;
}
.AnyTagClassName
{
color: #1FCC5A;
}
</style>
background-color css
<style>
a { background-color: #1FCC5A; }
a { background-color: rgb(31,204,90); }
div.DivClassName
{
background-color: #1FCC5A;
}
.BgClassName
{
background-color: #1FCC5A;
}
</style>
border-color css
<style>
span { border-color: #1FCC5A; }
span { border-color: rgb(31,204,90); }
td.TdClassName
{
border-color: #1FCC5A;
}
.TagClassName
{
border-color: #1FCC5A;
}
</style>