Shades of Malachite #1AF051
Tints of Malachite #1AF051
RGB
CMYK
RGB Variations
Color information
#1AF051 (or 0x1AF051) is known color: Malachite. HEX triplet: 1A, F0 and 51. RGB value is (26,240,81). Sum of RGB (Red+Green+Blue) = 26+240+81=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF051 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF051 is #E50FAE. Grayscale: #9E9E9E. Windows color (decimal): -15011759 or 5369882. OLE color: 5369882.
HSL color Cylindrical-coordinate representation of color #1AF051: hue angle of 135.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF051 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 81 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.06 |
| HSL | 135.42º | 0.88% | 0.52% | - |
| HSV(B) | 135.42º | 0.89% | 0.94% | - |
| XYZ | 33.07 | 63.13 | 18.23 | - |
| YUV | 157.89 | 84.6 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 81 | 0.89 | 0 | 0.66 | 0.06 | 135.42 | 0.88 | 0.52 |
| Hex | 1A | F0 | 51 | 59 | 0 | 42 | 6 | 87 | 58 | 34 |
| Octal | 32 | 360 | 121 | 131 | 0 | 102 | 6 | 207 | 130 | 64 |
| Binary | 11010 | 11110000 | 1010001 | 1011001 | 0 | 1000010 | 110 | 10000111 | 1011000 | 110100 |
Color Harmonies of #1AF051
Complementary color
Monochromatic Colors of #1AF051
Black with #1AF051
Text Example
Text Example
White with #1AF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF051; }
p { color: rgb(26,240,81); }
H1.HeaderClassName
{
color: #1AF051;
}
.AnyTagClassName
{
color: #1AF051;
}
</style>
background-color css
<style>
a { background-color: #1AF051; }
a { background-color: rgb(26,240,81); }
div.DivClassName
{
background-color: #1AF051;
}
.BgClassName
{
background-color: #1AF051;
}
</style>
border-color css
<style>
span { border-color: #1AF051; }
span { border-color: rgb(26,240,81); }
td.TdClassName
{
border-color: #1AF051;
}
.TagClassName
{
border-color: #1AF051;
}
</style>