Shades of Malachite #1AF162
Tints of Malachite #1AF162
RGB
CMYK
RGB Variations
Color information
#1AF162 (or 0x1AF162) is known color: Malachite. HEX triplet: 1A, F1 and 62. RGB value is (26,241,98). Sum of RGB (Red+Green+Blue) = 26+241+98=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF162 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF162 is #E50E9D. Grayscale: #A0A0A0. Windows color (decimal): -15011486 or 6484250. OLE color: 6484250.
HSL color Cylindrical-coordinate representation of color #1AF162: hue angle of 140.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF162 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 98 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.05 |
| HSL | 140.09º | 0.88% | 0.52% | - |
| HSV(B) | 140.09º | 0.89% | 0.95% | - |
| XYZ | 34.09 | 64.01 | 22.11 | - |
| YUV | 160.41 | 92.77 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 98 | 0.89 | 0 | 0.59 | 0.05 | 140.09 | 0.88 | 0.52 |
| Hex | 1A | F1 | 62 | 59 | 0 | 3B | 5 | 8C | 58 | 34 |
| Octal | 32 | 361 | 142 | 131 | 0 | 73 | 5 | 214 | 130 | 64 |
| Binary | 11010 | 11110001 | 1100010 | 1011001 | 0 | 111011 | 101 | 10001100 | 1011000 | 110100 |
Color Harmonies of #1AF162
Complementary color
Monochromatic Colors of #1AF162
Black with #1AF162
Text Example
Text Example
White with #1AF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF162; }
p { color: rgb(26,241,98); }
H1.HeaderClassName
{
color: #1AF162;
}
.AnyTagClassName
{
color: #1AF162;
}
</style>
background-color css
<style>
a { background-color: #1AF162; }
a { background-color: rgb(26,241,98); }
div.DivClassName
{
background-color: #1AF162;
}
.BgClassName
{
background-color: #1AF162;
}
</style>
border-color css
<style>
span { border-color: #1AF162; }
span { border-color: rgb(26,241,98); }
td.TdClassName
{
border-color: #1AF162;
}
.TagClassName
{
border-color: #1AF162;
}
</style>