Shades of Malachite #1CF364
Tints of Malachite #1CF364
RGB
CMYK
RGB Variations
Color information
#1CF364 (or 0x1CF364) is known color: Malachite. HEX triplet: 1C, F3 and 64. RGB value is (28,243,100). Sum of RGB (Red+Green+Blue) = 28+243+100=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF364 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF364 is #E30C9B. Grayscale: #A2A2A2. Windows color (decimal): -14879900 or 6615836. OLE color: 6615836.
HSL color Cylindrical-coordinate representation of color #1CF364: hue angle of 140.09º degrees, saturation: 0.9, 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 #1CF364 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 100 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.05 |
| HSL | 140.09º | 0.9% | 0.53% | - |
| HSV(B) | 140.09º | 0.88% | 0.95% | - |
| XYZ | 34.83 | 65.27 | 22.82 | - |
| YUV | 162.41 | 92.77 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 100 | 0.88 | 0 | 0.59 | 0.05 | 140.09 | 0.9 | 0.53 |
| Hex | 1C | F3 | 64 | 58 | 0 | 3B | 5 | 8C | 5A | 35 |
| Octal | 34 | 363 | 144 | 130 | 0 | 73 | 5 | 214 | 132 | 65 |
| Binary | 11100 | 11110011 | 1100100 | 1011000 | 0 | 111011 | 101 | 10001100 | 1011010 | 110101 |
Color Harmonies of #1CF364
Complementary color
Monochromatic Colors of #1CF364
Black with #1CF364
Text Example
Text Example
White with #1CF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF364; }
p { color: rgb(28,243,100); }
H1.HeaderClassName
{
color: #1CF364;
}
.AnyTagClassName
{
color: #1CF364;
}
</style>
background-color css
<style>
a { background-color: #1CF364; }
a { background-color: rgb(28,243,100); }
div.DivClassName
{
background-color: #1CF364;
}
.BgClassName
{
background-color: #1CF364;
}
</style>
border-color css
<style>
span { border-color: #1CF364; }
span { border-color: rgb(28,243,100); }
td.TdClassName
{
border-color: #1CF364;
}
.TagClassName
{
border-color: #1CF364;
}
</style>