Shades of Malachite #1CF269
Tints of Malachite #1CF269
RGB
CMYK
RGB Variations
Color information
#1CF269 (or 0x1CF269) is known color: Malachite. HEX triplet: 1C, F2 and 69. RGB value is (28,242,105). Sum of RGB (Red+Green+Blue) = 28+242+105=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF269 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF269 is #E30D96. Grayscale: #A2A2A2. Windows color (decimal): -14880151 or 6943260. OLE color: 6943260.
HSL color Cylindrical-coordinate representation of color #1CF269: hue angle of 141.59º 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 #1CF269 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 105 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.05 |
| HSL | 141.59º | 0.89% | 0.53% | - |
| HSV(B) | 141.59º | 0.88% | 0.95% | - |
| XYZ | 34.78 | 64.77 | 24.03 | - |
| YUV | 162.4 | 95.6 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 105 | 0.88 | 0 | 0.57 | 0.05 | 141.59 | 0.89 | 0.53 |
| Hex | 1C | F2 | 69 | 58 | 0 | 39 | 5 | 8E | 59 | 35 |
| Octal | 34 | 362 | 151 | 130 | 0 | 71 | 5 | 216 | 131 | 65 |
| Binary | 11100 | 11110010 | 1101001 | 1011000 | 0 | 111001 | 101 | 10001110 | 1011001 | 110101 |
Color Harmonies of #1CF269
Complementary color
Monochromatic Colors of #1CF269
Black with #1CF269
Text Example
Text Example
White with #1CF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF269; }
p { color: rgb(28,242,105); }
H1.HeaderClassName
{
color: #1CF269;
}
.AnyTagClassName
{
color: #1CF269;
}
</style>
background-color css
<style>
a { background-color: #1CF269; }
a { background-color: rgb(28,242,105); }
div.DivClassName
{
background-color: #1CF269;
}
.BgClassName
{
background-color: #1CF269;
}
</style>
border-color css
<style>
span { border-color: #1CF269; }
span { border-color: rgb(28,242,105); }
td.TdClassName
{
border-color: #1CF269;
}
.TagClassName
{
border-color: #1CF269;
}
</style>