Shades of Malachite #1AFF5B
Tints of Malachite #1AFF5B
RGB
CMYK
RGB Variations
Color information
#1AFF5B (or 0x1AFF5B) is known color: Malachite. HEX triplet: 1A, FF and 5B. RGB value is (26,255,91). Sum of RGB (Red+Green+Blue) = 26+255+91=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF5B is #E500A4. Grayscale: #A8A8A8. Windows color (decimal): -15007909 or 6029082. OLE color: 6029082.
HSL color Cylindrical-coordinate representation of color #1AFF5B: hue angle of 137.03º 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 #1AFF5B is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 91 | - |
| CMYK | 0.90 | 0 | 0.64 | 0 |
| HSL | 137.03º | 1% | 0.55% | - |
| HSV(B) | 137.03º | 0.9% | 1% | - |
| XYZ | 38.07 | 72.49 | 21.88 | - |
| YUV | 167.83 | 84.63 | 26.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 91 | 0.90 | 0 | 0.64 | 0 | 137.03 | 1 | 0.55 |
| Hex | 1A | FF | 5B | 5A | 0 | 40 | 0 | 89 | 64 | 37 |
| Octal | 32 | 377 | 133 | 132 | 0 | 100 | 0 | 211 | 144 | 67 |
| Binary | 11010 | 11111111 | 1011011 | 1011010 | 0 | 1000000 | 0 | 10001001 | 1100100 | 110111 |
Color Harmonies of #1AFF5B
Complementary color
Monochromatic Colors of #1AFF5B
Black with #1AFF5B
Text Example
Text Example
White with #1AFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF5B; }
p { color: rgb(26,255,91); }
H1.HeaderClassName
{
color: #1AFF5B;
}
.AnyTagClassName
{
color: #1AFF5B;
}
</style>
background-color css
<style>
a { background-color: #1AFF5B; }
a { background-color: rgb(26,255,91); }
div.DivClassName
{
background-color: #1AFF5B;
}
.BgClassName
{
background-color: #1AFF5B;
}
</style>
border-color css
<style>
span { border-color: #1AFF5B; }
span { border-color: rgb(26,255,91); }
td.TdClassName
{
border-color: #1AFF5B;
}
.TagClassName
{
border-color: #1AFF5B;
}
</style>