Shades of Malachite #1CF138
Tints of Malachite #1CF138
RGB
CMYK
RGB Variations
Color information
#1CF138 (or 0x1CF138) is known color: Malachite. HEX triplet: 1C, F1 and 38. RGB value is (28,241,56). Sum of RGB (Red+Green+Blue) = 28+241+56=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF138 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF138 is #E30EC7. Grayscale: #9C9C9C. Windows color (decimal): -14880456 or 3731740. OLE color: 3731740.
HSL color Cylindrical-coordinate representation of color #1CF138: hue angle of 127.89º 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 #1CF138 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 241 | 56 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.05 |
| HSL | 127.89º | 0.88% | 0.53% | - |
| HSV(B) | 127.89º | 0.88% | 0.95% | - |
| XYZ | 32.65 | 63.44 | 14.27 | - |
| YUV | 156.22 | 71.43 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 241 | 56 | 0.88 | 0 | 0.77 | 0.05 | 127.89 | 0.88 | 0.53 |
| Hex | 1C | F1 | 38 | 58 | 0 | 4D | 5 | 80 | 58 | 35 |
| Octal | 34 | 361 | 70 | 130 | 0 | 115 | 5 | 200 | 130 | 65 |
| Binary | 11100 | 11110001 | 111000 | 1011000 | 0 | 1001101 | 101 | 10000000 | 1011000 | 110101 |
Color Harmonies of #1CF138
Complementary color
Monochromatic Colors of #1CF138
Black with #1CF138
Text Example
Text Example
White with #1CF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF138; }
p { color: rgb(28,241,56); }
H1.HeaderClassName
{
color: #1CF138;
}
.AnyTagClassName
{
color: #1CF138;
}
</style>
background-color css
<style>
a { background-color: #1CF138; }
a { background-color: rgb(28,241,56); }
div.DivClassName
{
background-color: #1CF138;
}
.BgClassName
{
background-color: #1CF138;
}
</style>
border-color css
<style>
span { border-color: #1CF138; }
span { border-color: rgb(28,241,56); }
td.TdClassName
{
border-color: #1CF138;
}
.TagClassName
{
border-color: #1CF138;
}
</style>