Shades of Malachite #1AF06B
Tints of Malachite #1AF06B
RGB
CMYK
RGB Variations
Color information
#1AF06B (or 0x1AF06B) is known color: Malachite. HEX triplet: 1A, F0 and 6B. RGB value is (26,240,107). Sum of RGB (Red+Green+Blue) = 26+240+107=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF06B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF06B is #E50F94. Grayscale: #A1A1A1. Windows color (decimal): -15011733 or 7073818. OLE color: 7073818.
HSL color Cylindrical-coordinate representation of color #1AF06B: hue angle of 142.71º 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 #1AF06B is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 107 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.06 |
| HSL | 142.71º | 0.88% | 0.52% | - |
| HSV(B) | 142.71º | 0.89% | 0.94% | - |
| XYZ | 34.24 | 63.6 | 24.38 | - |
| YUV | 160.85 | 97.6 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 107 | 0.89 | 0 | 0.55 | 0.06 | 142.71 | 0.88 | 0.52 |
| Hex | 1A | F0 | 6B | 59 | 0 | 37 | 6 | 8F | 58 | 34 |
| Octal | 32 | 360 | 153 | 131 | 0 | 67 | 6 | 217 | 130 | 64 |
| Binary | 11010 | 11110000 | 1101011 | 1011001 | 0 | 110111 | 110 | 10001111 | 1011000 | 110100 |
Color Harmonies of #1AF06B
Complementary color
Monochromatic Colors of #1AF06B
Black with #1AF06B
Text Example
Text Example
White with #1AF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF06B; }
p { color: rgb(26,240,107); }
H1.HeaderClassName
{
color: #1AF06B;
}
.AnyTagClassName
{
color: #1AF06B;
}
</style>
background-color css
<style>
a { background-color: #1AF06B; }
a { background-color: rgb(26,240,107); }
div.DivClassName
{
background-color: #1AF06B;
}
.BgClassName
{
background-color: #1AF06B;
}
</style>
border-color css
<style>
span { border-color: #1AF06B; }
span { border-color: rgb(26,240,107); }
td.TdClassName
{
border-color: #1AF06B;
}
.TagClassName
{
border-color: #1AF06B;
}
</style>