Shades of Malachite #1AFB4D
Tints of Malachite #1AFB4D
RGB
CMYK
RGB Variations
Color information
#1AFB4D (or 0x1AFB4D) is known color: Malachite. HEX triplet: 1A, FB and 4D. RGB value is (26,251,77). Sum of RGB (Red+Green+Blue) = 26+251+77=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 251 (98.44% from 255 or 70.90% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB4D is #E504B2. Grayscale: #A4A4A4. Windows color (decimal): -15008947 or 5110554. OLE color: 5110554.
HSL color Cylindrical-coordinate representation of color #1AFB4D: hue angle of 133.6º 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 #1AFB4D is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 77 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.02 |
| HSL | 133.6º | 0.97% | 0.54% | - |
| HSV(B) | 133.6º | 0.9% | 0.98% | - |
| XYZ | 36.26 | 69.75 | 18.57 | - |
| YUV | 163.89 | 78.96 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 77 | 0.90 | 0 | 0.69 | 0.02 | 133.6 | 0.97 | 0.54 |
| Hex | 1A | FB | 4D | 5A | 0 | 45 | 2 | 86 | 61 | 36 |
| Octal | 32 | 373 | 115 | 132 | 0 | 105 | 2 | 206 | 141 | 66 |
| Binary | 11010 | 11111011 | 1001101 | 1011010 | 0 | 1000101 | 10 | 10000110 | 1100001 | 110110 |
Color Harmonies of #1AFB4D
Complementary color
Monochromatic Colors of #1AFB4D
Black with #1AFB4D
Text Example
Text Example
White with #1AFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB4D; }
p { color: rgb(26,251,77); }
H1.HeaderClassName
{
color: #1AFB4D;
}
.AnyTagClassName
{
color: #1AFB4D;
}
</style>
background-color css
<style>
a { background-color: #1AFB4D; }
a { background-color: rgb(26,251,77); }
div.DivClassName
{
background-color: #1AFB4D;
}
.BgClassName
{
background-color: #1AFB4D;
}
</style>
border-color css
<style>
span { border-color: #1AFB4D; }
span { border-color: rgb(26,251,77); }
td.TdClassName
{
border-color: #1AFB4D;
}
.TagClassName
{
border-color: #1AFB4D;
}
</style>