Shades of Malachite #1AFF5F
Tints of Malachite #1AFF5F
RGB
CMYK
RGB Variations
Color information
#1AFF5F (or 0x1AFF5F) is known color: Malachite. HEX triplet: 1A, FF and 5F. RGB value is (26,255,95). Sum of RGB (Red+Green+Blue) = 26+255+95=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF5F is #E500A0. Grayscale: #A8A8A8. Windows color (decimal): -15007905 or 6291226. OLE color: 6291226.
HSL color Cylindrical-coordinate representation of color #1AFF5F: hue angle of 138.08º 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 #1AFF5F is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 95 | - |
| CMYK | 0.90 | 0 | 0.63 | 0 |
| HSL | 138.08º | 1% | 0.55% | - |
| HSV(B) | 138.08º | 0.9% | 1% | - |
| XYZ | 38.25 | 72.57 | 22.82 | - |
| YUV | 168.29 | 86.63 | 26.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 95 | 0.90 | 0 | 0.63 | 0 | 138.08 | 1 | 0.55 |
| Hex | 1A | FF | 5F | 5A | 0 | 3F | 0 | 8A | 64 | 37 |
| Octal | 32 | 377 | 137 | 132 | 0 | 77 | 0 | 212 | 144 | 67 |
| Binary | 11010 | 11111111 | 1011111 | 1011010 | 0 | 111111 | 0 | 10001010 | 1100100 | 110111 |
Color Harmonies of #1AFF5F
Complementary color
Monochromatic Colors of #1AFF5F
Black with #1AFF5F
Text Example
Text Example
White with #1AFF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF5F; }
p { color: rgb(26,255,95); }
H1.HeaderClassName
{
color: #1AFF5F;
}
.AnyTagClassName
{
color: #1AFF5F;
}
</style>
background-color css
<style>
a { background-color: #1AFF5F; }
a { background-color: rgb(26,255,95); }
div.DivClassName
{
background-color: #1AFF5F;
}
.BgClassName
{
background-color: #1AFF5F;
}
</style>
border-color css
<style>
span { border-color: #1AFF5F; }
span { border-color: rgb(26,255,95); }
td.TdClassName
{
border-color: #1AFF5F;
}
.TagClassName
{
border-color: #1AFF5F;
}
</style>