Shades of Malachite #1AFF44
Tints of Malachite #1AFF44
RGB
CMYK
RGB Variations
Color information
#1AFF44 (or 0x1AFF44) is known color: Malachite. HEX triplet: 1A, FF and 44. RGB value is (26,255,68). Sum of RGB (Red+Green+Blue) = 26+255+68=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF44 is #E500BB. Grayscale: #A5A5A5. Windows color (decimal): -15007932 or 4521754. OLE color: 4521754.
HSL color Cylindrical-coordinate representation of color #1AFF44: hue angle of 131º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF44 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 68 | - |
| CMYK | 0.90 | 0 | 0.73 | 0 |
| HSL | 131º | 1% | 0.55% | - |
| HSV(B) | 131º | 0.9% | 1% | - |
| XYZ | 37.23 | 72.16 | 17.43 | - |
| YUV | 165.21 | 73.13 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 68 | 0.90 | 0 | 0.73 | 0 | 131 | 1 | 0.55 |
| Hex | 1A | FF | 44 | 5A | 0 | 49 | 0 | 83 | 64 | 37 |
| Octal | 32 | 377 | 104 | 132 | 0 | 111 | 0 | 203 | 144 | 67 |
| Binary | 11010 | 11111111 | 1000100 | 1011010 | 0 | 1001001 | 0 | 10000011 | 1100100 | 110111 |
Color Harmonies of #1AFF44
Complementary color
Monochromatic Colors of #1AFF44
Black with #1AFF44
Text Example
Text Example
White with #1AFF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF44; }
p { color: rgb(26,255,68); }
H1.HeaderClassName
{
color: #1AFF44;
}
.AnyTagClassName
{
color: #1AFF44;
}
</style>
background-color css
<style>
a { background-color: #1AFF44; }
a { background-color: rgb(26,255,68); }
div.DivClassName
{
background-color: #1AFF44;
}
.BgClassName
{
background-color: #1AFF44;
}
</style>
border-color css
<style>
span { border-color: #1AFF44; }
span { border-color: rgb(26,255,68); }
td.TdClassName
{
border-color: #1AFF44;
}
.TagClassName
{
border-color: #1AFF44;
}
</style>