Shades of Malachite #1AFF3E
Tints of Malachite #1AFF3E
RGB
CMYK
RGB Variations
Color information
#1AFF3E (or 0x1AFF3E) is known color: Malachite. HEX triplet: 1A, FF and 3E. RGB value is (26,255,62). Sum of RGB (Red+Green+Blue) = 26+255+62=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF3E is #E500C1. Grayscale: #A5A5A5. Windows color (decimal): -15007938 or 4128538. OLE color: 4128538.
HSL color Cylindrical-coordinate representation of color #1AFF3E: hue angle of 129.43º 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 #1AFF3E is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 62 | - |
| CMYK | 0.90 | 0 | 0.76 | 0 |
| HSL | 129.43º | 1% | 0.55% | - |
| HSV(B) | 129.43º | 0.9% | 1% | - |
| XYZ | 37.06 | 72.09 | 16.52 | - |
| YUV | 164.53 | 70.13 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 62 | 0.90 | 0 | 0.76 | 0 | 129.43 | 1 | 0.55 |
| Hex | 1A | FF | 3E | 5A | 0 | 4C | 0 | 81 | 64 | 37 |
| Octal | 32 | 377 | 76 | 132 | 0 | 114 | 0 | 201 | 144 | 67 |
| Binary | 11010 | 11111111 | 111110 | 1011010 | 0 | 1001100 | 0 | 10000001 | 1100100 | 110111 |
Color Harmonies of #1AFF3E
Complementary color
Monochromatic Colors of #1AFF3E
Black with #1AFF3E
Text Example
Text Example
White with #1AFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF3E; }
p { color: rgb(26,255,62); }
H1.HeaderClassName
{
color: #1AFF3E;
}
.AnyTagClassName
{
color: #1AFF3E;
}
</style>
background-color css
<style>
a { background-color: #1AFF3E; }
a { background-color: rgb(26,255,62); }
div.DivClassName
{
background-color: #1AFF3E;
}
.BgClassName
{
background-color: #1AFF3E;
}
</style>
border-color css
<style>
span { border-color: #1AFF3E; }
span { border-color: rgb(26,255,62); }
td.TdClassName
{
border-color: #1AFF3E;
}
.TagClassName
{
border-color: #1AFF3E;
}
</style>