Shades of Malachite #1AF45C
Tints of Malachite #1AF45C
RGB
CMYK
RGB Variations
Color information
#1AF45C (or 0x1AF45C) is known color: Malachite. HEX triplet: 1A, F4 and 5C. RGB value is (26,244,92). Sum of RGB (Red+Green+Blue) = 26+244+92=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF45C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF45C is #E50BA3. Grayscale: #A1A1A1. Windows color (decimal): -15010724 or 6091802. OLE color: 6091802.
HSL color Cylindrical-coordinate representation of color #1AF45C: hue angle of 138.17º 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 #1AF45C is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 92 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.04 |
| HSL | 138.17º | 0.91% | 0.53% | - |
| HSV(B) | 138.17º | 0.89% | 0.96% | - |
| XYZ | 34.71 | 65.69 | 20.98 | - |
| YUV | 161.49 | 88.78 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 92 | 0.89 | 0 | 0.62 | 0.04 | 138.17 | 0.91 | 0.53 |
| Hex | 1A | F4 | 5C | 59 | 0 | 3E | 4 | 8A | 5B | 35 |
| Octal | 32 | 364 | 134 | 131 | 0 | 76 | 4 | 212 | 133 | 65 |
| Binary | 11010 | 11110100 | 1011100 | 1011001 | 0 | 111110 | 100 | 10001010 | 1011011 | 110101 |
Color Harmonies of #1AF45C
Complementary color
Monochromatic Colors of #1AF45C
Black with #1AF45C
Text Example
Text Example
White with #1AF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF45C; }
p { color: rgb(26,244,92); }
H1.HeaderClassName
{
color: #1AF45C;
}
.AnyTagClassName
{
color: #1AF45C;
}
</style>
background-color css
<style>
a { background-color: #1AF45C; }
a { background-color: rgb(26,244,92); }
div.DivClassName
{
background-color: #1AF45C;
}
.BgClassName
{
background-color: #1AF45C;
}
</style>
border-color css
<style>
span { border-color: #1AF45C; }
span { border-color: rgb(26,244,92); }
td.TdClassName
{
border-color: #1AF45C;
}
.TagClassName
{
border-color: #1AF45C;
}
</style>