Shades of Malachite #1AF45B
Tints of Malachite #1AF45B
RGB
CMYK
RGB Variations
Color information
#1AF45B (or 0x1AF45B) is known color: Malachite. HEX triplet: 1A, F4 and 5B. RGB value is (26,244,91). Sum of RGB (Red+Green+Blue) = 26+244+91=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 244 (95.70% from 255 or 67.59% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF45B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF45B is #E50BA4. Grayscale: #A1A1A1. Windows color (decimal): -15010725 or 6026266. OLE color: 6026266.
HSL color Cylindrical-coordinate representation of color #1AF45B: hue angle of 137.89º 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 #1AF45B is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 91 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.04 |
| HSL | 137.89º | 0.91% | 0.53% | - |
| HSV(B) | 137.89º | 0.89% | 0.96% | - |
| XYZ | 34.67 | 65.68 | 20.75 | - |
| YUV | 161.38 | 88.28 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 91 | 0.89 | 0 | 0.63 | 0.04 | 137.89 | 0.91 | 0.53 |
| Hex | 1A | F4 | 5B | 59 | 0 | 3F | 4 | 8A | 5B | 35 |
| Octal | 32 | 364 | 133 | 131 | 0 | 77 | 4 | 212 | 133 | 65 |
| Binary | 11010 | 11110100 | 1011011 | 1011001 | 0 | 111111 | 100 | 10001010 | 1011011 | 110101 |
Color Harmonies of #1AF45B
Complementary color
Monochromatic Colors of #1AF45B
Black with #1AF45B
Text Example
Text Example
White with #1AF45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF45B; }
p { color: rgb(26,244,91); }
H1.HeaderClassName
{
color: #1AF45B;
}
.AnyTagClassName
{
color: #1AF45B;
}
</style>
background-color css
<style>
a { background-color: #1AF45B; }
a { background-color: rgb(26,244,91); }
div.DivClassName
{
background-color: #1AF45B;
}
.BgClassName
{
background-color: #1AF45B;
}
</style>
border-color css
<style>
span { border-color: #1AF45B; }
span { border-color: rgb(26,244,91); }
td.TdClassName
{
border-color: #1AF45B;
}
.TagClassName
{
border-color: #1AF45B;
}
</style>