Shades of Malachite #1CF25A
Tints of Malachite #1CF25A
RGB
CMYK
RGB Variations
Color information
#1CF25A (or 0x1CF25A) is known color: Malachite. HEX triplet: 1C, F2 and 5A. RGB value is (28,242,90). Sum of RGB (Red+Green+Blue) = 28+242+90=360 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.78% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF25A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF25A is #E30DA5. Grayscale: #A1A1A1. Windows color (decimal): -14880166 or 5960220. OLE color: 5960220.
HSL color Cylindrical-coordinate representation of color #1CF25A: hue angle of 137.38º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF25A is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 90 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.05 |
| HSL | 137.38º | 0.89% | 0.53% | - |
| HSV(B) | 137.38º | 0.88% | 0.95% | - |
| XYZ | 34.08 | 64.49 | 20.32 | - |
| YUV | 160.69 | 88.1 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 90 | 0.88 | 0 | 0.63 | 0.05 | 137.38 | 0.89 | 0.53 |
| Hex | 1C | F2 | 5A | 58 | 0 | 3F | 5 | 89 | 59 | 35 |
| Octal | 34 | 362 | 132 | 130 | 0 | 77 | 5 | 211 | 131 | 65 |
| Binary | 11100 | 11110010 | 1011010 | 1011000 | 0 | 111111 | 101 | 10001001 | 1011001 | 110101 |
Color Harmonies of #1CF25A
Complementary color
Monochromatic Colors of #1CF25A
Black with #1CF25A
Text Example
Text Example
White with #1CF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF25A; }
p { color: rgb(28,242,90); }
H1.HeaderClassName
{
color: #1CF25A;
}
.AnyTagClassName
{
color: #1CF25A;
}
</style>
background-color css
<style>
a { background-color: #1CF25A; }
a { background-color: rgb(28,242,90); }
div.DivClassName
{
background-color: #1CF25A;
}
.BgClassName
{
background-color: #1CF25A;
}
</style>
border-color css
<style>
span { border-color: #1CF25A; }
span { border-color: rgb(28,242,90); }
td.TdClassName
{
border-color: #1CF25A;
}
.TagClassName
{
border-color: #1CF25A;
}
</style>