Shades of Malachite #1CF16A
Tints of Malachite #1CF16A
RGB
CMYK
RGB Variations
Color information
#1CF16A (or 0x1CF16A) is known color: Malachite. HEX triplet: 1C, F1 and 6A. RGB value is (28,241,106). Sum of RGB (Red+Green+Blue) = 28+241+106=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF16A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF16A is #E30E95. Grayscale: #A2A2A2. Windows color (decimal): -14880406 or 7008540. OLE color: 7008540.
HSL color Cylindrical-coordinate representation of color #1CF16A: hue angle of 141.97º degrees, saturation: 0.88, 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 #1CF16A is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 241 | 106 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.05 |
| HSL | 141.97º | 0.88% | 0.53% | - |
| HSV(B) | 141.97º | 0.88% | 0.95% | - |
| XYZ | 34.54 | 64.2 | 24.21 | - |
| YUV | 161.92 | 96.43 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 241 | 106 | 0.88 | 0 | 0.56 | 0.05 | 141.97 | 0.88 | 0.53 |
| Hex | 1C | F1 | 6A | 58 | 0 | 38 | 5 | 8E | 58 | 35 |
| Octal | 34 | 361 | 152 | 130 | 0 | 70 | 5 | 216 | 130 | 65 |
| Binary | 11100 | 11110001 | 1101010 | 1011000 | 0 | 111000 | 101 | 10001110 | 1011000 | 110101 |
Color Harmonies of #1CF16A
Complementary color
Monochromatic Colors of #1CF16A
Black with #1CF16A
Text Example
Text Example
White with #1CF16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF16A; }
p { color: rgb(28,241,106); }
H1.HeaderClassName
{
color: #1CF16A;
}
.AnyTagClassName
{
color: #1CF16A;
}
</style>
background-color css
<style>
a { background-color: #1CF16A; }
a { background-color: rgb(28,241,106); }
div.DivClassName
{
background-color: #1CF16A;
}
.BgClassName
{
background-color: #1CF16A;
}
</style>
border-color css
<style>
span { border-color: #1CF16A; }
span { border-color: rgb(28,241,106); }
td.TdClassName
{
border-color: #1CF16A;
}
.TagClassName
{
border-color: #1CF16A;
}
</style>