Shades of Malachite #1AF251
Tints of Malachite #1AF251
RGB
CMYK
RGB Variations
Color information
#1AF251 (or 0x1AF251) is known color: Malachite. HEX triplet: 1A, F2 and 51. RGB value is (26,242,81). Sum of RGB (Red+Green+Blue) = 26+242+81=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF251 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF251 is #E50DAE. Grayscale: #9F9F9F. Windows color (decimal): -15011247 or 5370394. OLE color: 5370394.
HSL color Cylindrical-coordinate representation of color #1AF251: hue angle of 135.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF251 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 81 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.05 |
| HSL | 135.28º | 0.89% | 0.53% | - |
| HSV(B) | 135.28º | 0.89% | 0.95% | - |
| XYZ | 33.66 | 64.32 | 18.42 | - |
| YUV | 159.06 | 83.94 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 81 | 0.89 | 0 | 0.67 | 0.05 | 135.28 | 0.89 | 0.53 |
| Hex | 1A | F2 | 51 | 59 | 0 | 43 | 5 | 87 | 59 | 35 |
| Octal | 32 | 362 | 121 | 131 | 0 | 103 | 5 | 207 | 131 | 65 |
| Binary | 11010 | 11110010 | 1010001 | 1011001 | 0 | 1000011 | 101 | 10000111 | 1011001 | 110101 |
Color Harmonies of #1AF251
Complementary color
Monochromatic Colors of #1AF251
Black with #1AF251
Text Example
Text Example
White with #1AF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF251; }
p { color: rgb(26,242,81); }
H1.HeaderClassName
{
color: #1AF251;
}
.AnyTagClassName
{
color: #1AF251;
}
</style>
background-color css
<style>
a { background-color: #1AF251; }
a { background-color: rgb(26,242,81); }
div.DivClassName
{
background-color: #1AF251;
}
.BgClassName
{
background-color: #1AF251;
}
</style>
border-color css
<style>
span { border-color: #1AF251; }
span { border-color: rgb(26,242,81); }
td.TdClassName
{
border-color: #1AF251;
}
.TagClassName
{
border-color: #1AF251;
}
</style>