Shades of Malachite #1AF244
Tints of Malachite #1AF244
RGB
CMYK
RGB Variations
Color information
#1AF244 (or 0x1AF244) is known color: Malachite. HEX triplet: 1A, F2 and 44. RGB value is (26,242,68). Sum of RGB (Red+Green+Blue) = 26+242+68=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF244 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF244 is #E50DBB. Grayscale: #9E9E9E. Windows color (decimal): -15011260 or 4518426. OLE color: 4518426.
HSL color Cylindrical-coordinate representation of color #1AF244: hue angle of 131.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF244 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 68 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.05 |
| HSL | 131.67º | 0.89% | 0.53% | - |
| HSV(B) | 131.67º | 0.89% | 0.95% | - |
| XYZ | 33.22 | 64.14 | 16.1 | - |
| YUV | 157.58 | 77.44 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 68 | 0.89 | 0 | 0.72 | 0.05 | 131.67 | 0.89 | 0.53 |
| Hex | 1A | F2 | 44 | 59 | 0 | 48 | 5 | 84 | 59 | 35 |
| Octal | 32 | 362 | 104 | 131 | 0 | 110 | 5 | 204 | 131 | 65 |
| Binary | 11010 | 11110010 | 1000100 | 1011001 | 0 | 1001000 | 101 | 10000100 | 1011001 | 110101 |
Color Harmonies of #1AF244
Complementary color
Monochromatic Colors of #1AF244
Black with #1AF244
Text Example
Text Example
White with #1AF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF244; }
p { color: rgb(26,242,68); }
H1.HeaderClassName
{
color: #1AF244;
}
.AnyTagClassName
{
color: #1AF244;
}
</style>
background-color css
<style>
a { background-color: #1AF244; }
a { background-color: rgb(26,242,68); }
div.DivClassName
{
background-color: #1AF244;
}
.BgClassName
{
background-color: #1AF244;
}
</style>
border-color css
<style>
span { border-color: #1AF244; }
span { border-color: rgb(26,242,68); }
td.TdClassName
{
border-color: #1AF244;
}
.TagClassName
{
border-color: #1AF244;
}
</style>