Shades of Malachite #1AF360
Tints of Malachite #1AF360
RGB
CMYK
RGB Variations
Color information
#1AF360 (or 0x1AF360) is known color: Malachite. HEX triplet: 1A, F3 and 60. RGB value is (26,243,96). Sum of RGB (Red+Green+Blue) = 26+243+96=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF360 is #E50C9F. Grayscale: #A1A1A1. Windows color (decimal): -15010976 or 6353690. OLE color: 6353690.
HSL color Cylindrical-coordinate representation of color #1AF360: hue angle of 139.35º degrees, saturation: 0.9, 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 #1AF360 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 96 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.05 |
| HSL | 139.35º | 0.9% | 0.53% | - |
| HSV(B) | 139.35º | 0.89% | 0.95% | - |
| XYZ | 34.59 | 65.17 | 21.82 | - |
| YUV | 161.36 | 91.11 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 96 | 0.89 | 0 | 0.60 | 0.05 | 139.35 | 0.9 | 0.53 |
| Hex | 1A | F3 | 60 | 59 | 0 | 3C | 5 | 8B | 5A | 35 |
| Octal | 32 | 363 | 140 | 131 | 0 | 74 | 5 | 213 | 132 | 65 |
| Binary | 11010 | 11110011 | 1100000 | 1011001 | 0 | 111100 | 101 | 10001011 | 1011010 | 110101 |
Color Harmonies of #1AF360
Complementary color
Monochromatic Colors of #1AF360
Black with #1AF360
Text Example
Text Example
White with #1AF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF360; }
p { color: rgb(26,243,96); }
H1.HeaderClassName
{
color: #1AF360;
}
.AnyTagClassName
{
color: #1AF360;
}
</style>
background-color css
<style>
a { background-color: #1AF360; }
a { background-color: rgb(26,243,96); }
div.DivClassName
{
background-color: #1AF360;
}
.BgClassName
{
background-color: #1AF360;
}
</style>
border-color css
<style>
span { border-color: #1AF360; }
span { border-color: rgb(26,243,96); }
td.TdClassName
{
border-color: #1AF360;
}
.TagClassName
{
border-color: #1AF360;
}
</style>