Shades of Malachite #1AF068
Tints of Malachite #1AF068
RGB
CMYK
RGB Variations
Color information
#1AF068 (or 0x1AF068) is known color: Malachite. HEX triplet: 1A, F0 and 68. RGB value is (26,240,104). Sum of RGB (Red+Green+Blue) = 26+240+104=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF068 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF068 is #E50F97. Grayscale: #A0A0A0. Windows color (decimal): -15011736 or 6877210. OLE color: 6877210.
HSL color Cylindrical-coordinate representation of color #1AF068: hue angle of 141.87º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF068 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 104 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.06 |
| HSL | 141.87º | 0.88% | 0.52% | - |
| HSV(B) | 141.87º | 0.89% | 0.94% | - |
| XYZ | 34.08 | 63.54 | 23.56 | - |
| YUV | 160.51 | 96.1 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 104 | 0.89 | 0 | 0.57 | 0.06 | 141.87 | 0.88 | 0.52 |
| Hex | 1A | F0 | 68 | 59 | 0 | 39 | 6 | 8E | 58 | 34 |
| Octal | 32 | 360 | 150 | 131 | 0 | 71 | 6 | 216 | 130 | 64 |
| Binary | 11010 | 11110000 | 1101000 | 1011001 | 0 | 111001 | 110 | 10001110 | 1011000 | 110100 |
Color Harmonies of #1AF068
Complementary color
Monochromatic Colors of #1AF068
Black with #1AF068
Text Example
Text Example
White with #1AF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF068; }
p { color: rgb(26,240,104); }
H1.HeaderClassName
{
color: #1AF068;
}
.AnyTagClassName
{
color: #1AF068;
}
</style>
background-color css
<style>
a { background-color: #1AF068; }
a { background-color: rgb(26,240,104); }
div.DivClassName
{
background-color: #1AF068;
}
.BgClassName
{
background-color: #1AF068;
}
</style>
border-color css
<style>
span { border-color: #1AF068; }
span { border-color: rgb(26,240,104); }
td.TdClassName
{
border-color: #1AF068;
}
.TagClassName
{
border-color: #1AF068;
}
</style>