Shades of Malachite #1CF941
Tints of Malachite #1CF941
RGB
CMYK
RGB Variations
Color information
#1CF941 (or 0x1CF941) is known color: Malachite. HEX triplet: 1C, F9 and 41. RGB value is (28,249,65). Sum of RGB (Red+Green+Blue) = 28+249+65=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF941 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF941 is #E306BE. Grayscale: #A2A2A2. Windows color (decimal): -14878399 or 4323612. OLE color: 4323612.
HSL color Cylindrical-coordinate representation of color #1CF941: hue angle of 130.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF941 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 65 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.02 |
| HSL | 130.05º | 0.95% | 0.54% | - |
| HSV(B) | 130.05º | 0.89% | 0.98% | - |
| XYZ | 35.31 | 68.38 | 16.34 | - |
| YUV | 161.95 | 73.28 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 65 | 0.89 | 0 | 0.74 | 0.02 | 130.05 | 0.95 | 0.54 |
| Hex | 1C | F9 | 41 | 59 | 0 | 4A | 2 | 82 | 5F | 36 |
| Octal | 34 | 371 | 101 | 131 | 0 | 112 | 2 | 202 | 137 | 66 |
| Binary | 11100 | 11111001 | 1000001 | 1011001 | 0 | 1001010 | 10 | 10000010 | 1011111 | 110110 |
Color Harmonies of #1CF941
Complementary color
Monochromatic Colors of #1CF941
Black with #1CF941
Text Example
Text Example
White with #1CF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF941; }
p { color: rgb(28,249,65); }
H1.HeaderClassName
{
color: #1CF941;
}
.AnyTagClassName
{
color: #1CF941;
}
</style>
background-color css
<style>
a { background-color: #1CF941; }
a { background-color: rgb(28,249,65); }
div.DivClassName
{
background-color: #1CF941;
}
.BgClassName
{
background-color: #1CF941;
}
</style>
border-color css
<style>
span { border-color: #1CF941; }
span { border-color: rgb(28,249,65); }
td.TdClassName
{
border-color: #1CF941;
}
.TagClassName
{
border-color: #1CF941;
}
</style>