Shades of Malachite #1AF13B
Tints of Malachite #1AF13B
RGB
CMYK
RGB Variations
Color information
#1AF13B (or 0x1AF13B) is known color: Malachite. HEX triplet: 1A, F1 and 3B. RGB value is (26,241,59). Sum of RGB (Red+Green+Blue) = 26+241+59=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF13B is #E50EC4. Grayscale: #9C9C9C. Windows color (decimal): -15011525 or 3928346. OLE color: 3928346.
HSL color Cylindrical-coordinate representation of color #1AF13B: hue angle of 129.21º 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 #1AF13B is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 59 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.05 |
| HSL | 129.21º | 0.88% | 0.52% | - |
| HSV(B) | 129.21º | 0.89% | 0.95% | - |
| XYZ | 32.67 | 63.45 | 14.66 | - |
| YUV | 155.97 | 73.27 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 59 | 0.89 | 0 | 0.76 | 0.05 | 129.21 | 0.88 | 0.52 |
| Hex | 1A | F1 | 3B | 59 | 0 | 4C | 5 | 81 | 58 | 34 |
| Octal | 32 | 361 | 73 | 131 | 0 | 114 | 5 | 201 | 130 | 64 |
| Binary | 11010 | 11110001 | 111011 | 1011001 | 0 | 1001100 | 101 | 10000001 | 1011000 | 110100 |
Color Harmonies of #1AF13B
Complementary color
Monochromatic Colors of #1AF13B
Black with #1AF13B
Text Example
Text Example
White with #1AF13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF13B; }
p { color: rgb(26,241,59); }
H1.HeaderClassName
{
color: #1AF13B;
}
.AnyTagClassName
{
color: #1AF13B;
}
</style>
background-color css
<style>
a { background-color: #1AF13B; }
a { background-color: rgb(26,241,59); }
div.DivClassName
{
background-color: #1AF13B;
}
.BgClassName
{
background-color: #1AF13B;
}
</style>
border-color css
<style>
span { border-color: #1AF13B; }
span { border-color: rgb(26,241,59); }
td.TdClassName
{
border-color: #1AF13B;
}
.TagClassName
{
border-color: #1AF13B;
}
</style>