Shades of Malachite #1AFB49
Tints of Malachite #1AFB49
RGB
CMYK
RGB Variations
Color information
#1AFB49 (or 0x1AFB49) is known color: Malachite. HEX triplet: 1A, FB and 49. RGB value is (26,251,73). Sum of RGB (Red+Green+Blue) = 26+251+73=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 251 (98.44% from 255 or 71.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFB49 is #E504B6. Grayscale: #A3A3A3. Windows color (decimal): -15008951 or 4848410. OLE color: 4848410.
HSL color Cylindrical-coordinate representation of color #1AFB49: hue angle of 132.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFB49 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 73 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.02 |
| HSL | 132.53º | 0.97% | 0.54% | - |
| HSV(B) | 132.53º | 0.9% | 0.98% | - |
| XYZ | 36.13 | 69.7 | 17.85 | - |
| YUV | 163.43 | 76.96 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 73 | 0.90 | 0 | 0.71 | 0.02 | 132.53 | 0.97 | 0.54 |
| Hex | 1A | FB | 49 | 5A | 0 | 47 | 2 | 85 | 61 | 36 |
| Octal | 32 | 373 | 111 | 132 | 0 | 107 | 2 | 205 | 141 | 66 |
| Binary | 11010 | 11111011 | 1001001 | 1011010 | 0 | 1000111 | 10 | 10000101 | 1100001 | 110110 |
Color Harmonies of #1AFB49
Complementary color
Monochromatic Colors of #1AFB49
Black with #1AFB49
Text Example
Text Example
White with #1AFB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB49; }
p { color: rgb(26,251,73); }
H1.HeaderClassName
{
color: #1AFB49;
}
.AnyTagClassName
{
color: #1AFB49;
}
</style>
background-color css
<style>
a { background-color: #1AFB49; }
a { background-color: rgb(26,251,73); }
div.DivClassName
{
background-color: #1AFB49;
}
.BgClassName
{
background-color: #1AFB49;
}
</style>
border-color css
<style>
span { border-color: #1AFB49; }
span { border-color: rgb(26,251,73); }
td.TdClassName
{
border-color: #1AFB49;
}
.TagClassName
{
border-color: #1AFB49;
}
</style>