Shades of Malachite #1AF35D
Tints of Malachite #1AF35D
RGB
CMYK
RGB Variations
Color information
#1AF35D (or 0x1AF35D) is known color: Malachite. HEX triplet: 1A, F3 and 5D. RGB value is (26,243,93). Sum of RGB (Red+Green+Blue) = 26+243+93=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF35D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF35D is #E50CA2. Grayscale: #A1A1A1. Windows color (decimal): -15010979 or 6157082. OLE color: 6157082.
HSL color Cylindrical-coordinate representation of color #1AF35D: hue angle of 138.53º 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 #1AF35D is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 93 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.05 |
| HSL | 138.53º | 0.9% | 0.53% | - |
| HSV(B) | 138.53º | 0.89% | 0.95% | - |
| XYZ | 34.45 | 65.11 | 21.11 | - |
| YUV | 161.02 | 89.61 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 93 | 0.89 | 0 | 0.62 | 0.05 | 138.53 | 0.9 | 0.53 |
| Hex | 1A | F3 | 5D | 59 | 0 | 3E | 5 | 8B | 5A | 35 |
| Octal | 32 | 363 | 135 | 131 | 0 | 76 | 5 | 213 | 132 | 65 |
| Binary | 11010 | 11110011 | 1011101 | 1011001 | 0 | 111110 | 101 | 10001011 | 1011010 | 110101 |
Color Harmonies of #1AF35D
Complementary color
Monochromatic Colors of #1AF35D
Black with #1AF35D
Text Example
Text Example
White with #1AF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF35D; }
p { color: rgb(26,243,93); }
H1.HeaderClassName
{
color: #1AF35D;
}
.AnyTagClassName
{
color: #1AF35D;
}
</style>
background-color css
<style>
a { background-color: #1AF35D; }
a { background-color: rgb(26,243,93); }
div.DivClassName
{
background-color: #1AF35D;
}
.BgClassName
{
background-color: #1AF35D;
}
</style>
border-color css
<style>
span { border-color: #1AF35D; }
span { border-color: rgb(26,243,93); }
td.TdClassName
{
border-color: #1AF35D;
}
.TagClassName
{
border-color: #1AF35D;
}
</style>