Shades of Malachite #1AF45F
Tints of Malachite #1AF45F
RGB
CMYK
RGB Variations
Color information
#1AF45F (or 0x1AF45F) is known color: Malachite. HEX triplet: 1A, F4 and 5F. RGB value is (26,244,95). Sum of RGB (Red+Green+Blue) = 26+244+95=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF45F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF45F is #E50BA0. Grayscale: #A2A2A2. Windows color (decimal): -15010721 or 6288410. OLE color: 6288410.
HSL color Cylindrical-coordinate representation of color #1AF45F: hue angle of 138.99º degrees, saturation: 0.91, 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 #1AF45F is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 95 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.04 |
| HSL | 138.99º | 0.91% | 0.53% | - |
| HSV(B) | 138.99º | 0.89% | 0.96% | - |
| XYZ | 34.84 | 65.75 | 21.68 | - |
| YUV | 161.83 | 90.28 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 95 | 0.89 | 0 | 0.61 | 0.04 | 138.99 | 0.91 | 0.53 |
| Hex | 1A | F4 | 5F | 59 | 0 | 3D | 4 | 8B | 5B | 35 |
| Octal | 32 | 364 | 137 | 131 | 0 | 75 | 4 | 213 | 133 | 65 |
| Binary | 11010 | 11110100 | 1011111 | 1011001 | 0 | 111101 | 100 | 10001011 | 1011011 | 110101 |
Color Harmonies of #1AF45F
Complementary color
Monochromatic Colors of #1AF45F
Black with #1AF45F
Text Example
Text Example
White with #1AF45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF45F; }
p { color: rgb(26,244,95); }
H1.HeaderClassName
{
color: #1AF45F;
}
.AnyTagClassName
{
color: #1AF45F;
}
</style>
background-color css
<style>
a { background-color: #1AF45F; }
a { background-color: rgb(26,244,95); }
div.DivClassName
{
background-color: #1AF45F;
}
.BgClassName
{
background-color: #1AF45F;
}
</style>
border-color css
<style>
span { border-color: #1AF45F; }
span { border-color: rgb(26,244,95); }
td.TdClassName
{
border-color: #1AF45F;
}
.TagClassName
{
border-color: #1AF45F;
}
</style>