Shades of Malachite #1AFF4D
Tints of Malachite #1AFF4D
RGB
CMYK
RGB Variations
Color information
#1AFF4D (or 0x1AFF4D) is known color: Malachite. HEX triplet: 1A, FF and 4D. RGB value is (26,255,77). Sum of RGB (Red+Green+Blue) = 26+255+77=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF4D is #E500B2. Grayscale: #A6A6A6. Windows color (decimal): -15007923 or 5111578. OLE color: 5111578.
HSL color Cylindrical-coordinate representation of color #1AFF4D: hue angle of 133.36º 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 #1AFF4D is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 77 | - |
| CMYK | 0.90 | 0 | 0.70 | 0 |
| HSL | 133.36º | 1% | 0.55% | - |
| HSV(B) | 133.36º | 0.9% | 1% | - |
| XYZ | 37.53 | 72.28 | 18.99 | - |
| YUV | 166.24 | 77.63 | 27.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 77 | 0.90 | 0 | 0.70 | 0 | 133.36 | 1 | 0.55 |
| Hex | 1A | FF | 4D | 5A | 0 | 46 | 0 | 85 | 64 | 37 |
| Octal | 32 | 377 | 115 | 132 | 0 | 106 | 0 | 205 | 144 | 67 |
| Binary | 11010 | 11111111 | 1001101 | 1011010 | 0 | 1000110 | 0 | 10000101 | 1100100 | 110111 |
Color Harmonies of #1AFF4D
Complementary color
Monochromatic Colors of #1AFF4D
Black with #1AFF4D
Text Example
Text Example
White with #1AFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF4D; }
p { color: rgb(26,255,77); }
H1.HeaderClassName
{
color: #1AFF4D;
}
.AnyTagClassName
{
color: #1AFF4D;
}
</style>
background-color css
<style>
a { background-color: #1AFF4D; }
a { background-color: rgb(26,255,77); }
div.DivClassName
{
background-color: #1AFF4D;
}
.BgClassName
{
background-color: #1AFF4D;
}
</style>
border-color css
<style>
span { border-color: #1AFF4D; }
span { border-color: rgb(26,255,77); }
td.TdClassName
{
border-color: #1AFF4D;
}
.TagClassName
{
border-color: #1AFF4D;
}
</style>