Shades of Malachite #1AF35E
Tints of Malachite #1AF35E
RGB
CMYK
RGB Variations
Color information
#1AF35E (or 0x1AF35E) is known color: Malachite. HEX triplet: 1A, F3 and 5E. RGB value is (26,243,94). Sum of RGB (Red+Green+Blue) = 26+243+94=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF35E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF35E is #E50CA1. Grayscale: #A1A1A1. Windows color (decimal): -15010978 or 6222618. OLE color: 6222618.
HSL color Cylindrical-coordinate representation of color #1AF35E: hue angle of 138.8º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF35E is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 94 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.05 |
| HSL | 138.8º | 0.9% | 0.53% | - |
| HSV(B) | 138.8º | 0.89% | 0.95% | - |
| XYZ | 34.5 | 65.13 | 21.34 | - |
| YUV | 161.13 | 90.11 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 94 | 0.89 | 0 | 0.61 | 0.05 | 138.8 | 0.9 | 0.53 |
| Hex | 1A | F3 | 5E | 59 | 0 | 3D | 5 | 8B | 5A | 35 |
| Octal | 32 | 363 | 136 | 131 | 0 | 75 | 5 | 213 | 132 | 65 |
| Binary | 11010 | 11110011 | 1011110 | 1011001 | 0 | 111101 | 101 | 10001011 | 1011010 | 110101 |
Color Harmonies of #1AF35E
Complementary color
Monochromatic Colors of #1AF35E
Black with #1AF35E
Text Example
Text Example
White with #1AF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF35E; }
p { color: rgb(26,243,94); }
H1.HeaderClassName
{
color: #1AF35E;
}
.AnyTagClassName
{
color: #1AF35E;
}
</style>
background-color css
<style>
a { background-color: #1AF35E; }
a { background-color: rgb(26,243,94); }
div.DivClassName
{
background-color: #1AF35E;
}
.BgClassName
{
background-color: #1AF35E;
}
</style>
border-color css
<style>
span { border-color: #1AF35E; }
span { border-color: rgb(26,243,94); }
td.TdClassName
{
border-color: #1AF35E;
}
.TagClassName
{
border-color: #1AF35E;
}
</style>