Shades of Malachite #1AF13D
Tints of Malachite #1AF13D
RGB
CMYK
RGB Variations
Color information
#1AF13D (or 0x1AF13D) is known color: Malachite. HEX triplet: 1A, F1 and 3D. RGB value is (26,241,61). Sum of RGB (Red+Green+Blue) = 26+241+61=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF13D is #E50EC2. Grayscale: #9C9C9C. Windows color (decimal): -15011523 or 4059418. OLE color: 4059418.
HSL color Cylindrical-coordinate representation of color #1AF13D: hue angle of 129.77º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF13D is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 61 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.05 |
| HSL | 129.77º | 0.88% | 0.52% | - |
| HSV(B) | 129.77º | 0.89% | 0.95% | - |
| XYZ | 32.72 | 63.47 | 14.94 | - |
| YUV | 156.2 | 74.27 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 61 | 0.89 | 0 | 0.75 | 0.05 | 129.77 | 0.88 | 0.52 |
| Hex | 1A | F1 | 3D | 59 | 0 | 4B | 5 | 82 | 58 | 34 |
| Octal | 32 | 361 | 75 | 131 | 0 | 113 | 5 | 202 | 130 | 64 |
| Binary | 11010 | 11110001 | 111101 | 1011001 | 0 | 1001011 | 101 | 10000010 | 1011000 | 110100 |
Color Harmonies of #1AF13D
Complementary color
Monochromatic Colors of #1AF13D
Black with #1AF13D
Text Example
Text Example
White with #1AF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF13D; }
p { color: rgb(26,241,61); }
H1.HeaderClassName
{
color: #1AF13D;
}
.AnyTagClassName
{
color: #1AF13D;
}
</style>
background-color css
<style>
a { background-color: #1AF13D; }
a { background-color: rgb(26,241,61); }
div.DivClassName
{
background-color: #1AF13D;
}
.BgClassName
{
background-color: #1AF13D;
}
</style>
border-color css
<style>
span { border-color: #1AF13D; }
span { border-color: rgb(26,241,61); }
td.TdClassName
{
border-color: #1AF13D;
}
.TagClassName
{
border-color: #1AF13D;
}
</style>