Shades of Malachite #1AF55F
Tints of Malachite #1AF55F
RGB
CMYK
RGB Variations
Color information
#1AF55F (or 0x1AF55F) is known color: Malachite. HEX triplet: 1A, F5 and 5F. RGB value is (26,245,95). Sum of RGB (Red+Green+Blue) = 26+245+95=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 245 (96.09% from 255 or 66.94% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF55F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF55F is #E50AA0. Grayscale: #A2A2A2. Windows color (decimal): -15010465 or 6288666. OLE color: 6288666.
HSL color Cylindrical-coordinate representation of color #1AF55F: hue angle of 138.9º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF55F is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 95 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.04 |
| HSL | 138.9º | 0.92% | 0.53% | - |
| HSV(B) | 138.9º | 0.89% | 0.96% | - |
| XYZ | 35.14 | 66.35 | 21.78 | - |
| YUV | 162.42 | 89.95 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 95 | 0.89 | 0 | 0.61 | 0.04 | 138.9 | 0.92 | 0.53 |
| Hex | 1A | F5 | 5F | 59 | 0 | 3D | 4 | 8B | 5C | 35 |
| Octal | 32 | 365 | 137 | 131 | 0 | 75 | 4 | 213 | 134 | 65 |
| Binary | 11010 | 11110101 | 1011111 | 1011001 | 0 | 111101 | 100 | 10001011 | 1011100 | 110101 |
Color Harmonies of #1AF55F
Complementary color
Monochromatic Colors of #1AF55F
Black with #1AF55F
Text Example
Text Example
White with #1AF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF55F; }
p { color: rgb(26,245,95); }
H1.HeaderClassName
{
color: #1AF55F;
}
.AnyTagClassName
{
color: #1AF55F;
}
</style>
background-color css
<style>
a { background-color: #1AF55F; }
a { background-color: rgb(26,245,95); }
div.DivClassName
{
background-color: #1AF55F;
}
.BgClassName
{
background-color: #1AF55F;
}
</style>
border-color css
<style>
span { border-color: #1AF55F; }
span { border-color: rgb(26,245,95); }
td.TdClassName
{
border-color: #1AF55F;
}
.TagClassName
{
border-color: #1AF55F;
}
</style>