Shades of Malachite #1AF151
Tints of Malachite #1AF151
RGB
CMYK
RGB Variations
Color information
#1AF151 (or 0x1AF151) is known color: Malachite. HEX triplet: 1A, F1 and 51. RGB value is (26,241,81). Sum of RGB (Red+Green+Blue) = 26+241+81=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF151 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF151 is #E50EAE. Grayscale: #9E9E9E. Windows color (decimal): -15011503 or 5370138. OLE color: 5370138.
HSL color Cylindrical-coordinate representation of color #1AF151: hue angle of 135.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF151 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 81 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.05 |
| HSL | 135.35º | 0.88% | 0.52% | - |
| HSV(B) | 135.35º | 0.89% | 0.95% | - |
| XYZ | 33.37 | 63.72 | 18.33 | - |
| YUV | 158.48 | 84.27 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 81 | 0.89 | 0 | 0.66 | 0.05 | 135.35 | 0.88 | 0.52 |
| Hex | 1A | F1 | 51 | 59 | 0 | 42 | 5 | 87 | 58 | 34 |
| Octal | 32 | 361 | 121 | 131 | 0 | 102 | 5 | 207 | 130 | 64 |
| Binary | 11010 | 11110001 | 1010001 | 1011001 | 0 | 1000010 | 101 | 10000111 | 1011000 | 110100 |
Color Harmonies of #1AF151
Complementary color
Monochromatic Colors of #1AF151
Black with #1AF151
Text Example
Text Example
White with #1AF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF151; }
p { color: rgb(26,241,81); }
H1.HeaderClassName
{
color: #1AF151;
}
.AnyTagClassName
{
color: #1AF151;
}
</style>
background-color css
<style>
a { background-color: #1AF151; }
a { background-color: rgb(26,241,81); }
div.DivClassName
{
background-color: #1AF151;
}
.BgClassName
{
background-color: #1AF151;
}
</style>
border-color css
<style>
span { border-color: #1AF151; }
span { border-color: rgb(26,241,81); }
td.TdClassName
{
border-color: #1AF151;
}
.TagClassName
{
border-color: #1AF151;
}
</style>