Shades of Malachite #1AFD42
Tints of Malachite #1AFD42
RGB
CMYK
RGB Variations
Color information
#1AFD42 (or 0x1AFD42) is known color: Malachite. HEX triplet: 1A, FD and 42. RGB value is (26,253,66). Sum of RGB (Red+Green+Blue) = 26+253+66=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 253 (99.22% from 255 or 73.33% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFD42 is #E502BD. Grayscale: #A4A4A4. Windows color (decimal): -15008446 or 4390170. OLE color: 4390170.
HSL color Cylindrical-coordinate representation of color #1AFD42: hue angle of 130.57º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFD42 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 66 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.01 |
| HSL | 130.57º | 0.98% | 0.55% | - |
| HSV(B) | 130.57º | 0.9% | 0.99% | - |
| XYZ | 36.53 | 70.86 | 16.91 | - |
| YUV | 163.81 | 72.79 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 66 | 0.90 | 0 | 0.74 | 0.01 | 130.57 | 0.98 | 0.55 |
| Hex | 1A | FD | 42 | 5A | 0 | 4A | 1 | 83 | 62 | 37 |
| Octal | 32 | 375 | 102 | 132 | 0 | 112 | 1 | 203 | 142 | 67 |
| Binary | 11010 | 11111101 | 1000010 | 1011010 | 0 | 1001010 | 1 | 10000011 | 1100010 | 110111 |
Color Harmonies of #1AFD42
Complementary color
Monochromatic Colors of #1AFD42
Black with #1AFD42
Text Example
Text Example
White with #1AFD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFD42; }
p { color: rgb(26,253,66); }
H1.HeaderClassName
{
color: #1AFD42;
}
.AnyTagClassName
{
color: #1AFD42;
}
</style>
background-color css
<style>
a { background-color: #1AFD42; }
a { background-color: rgb(26,253,66); }
div.DivClassName
{
background-color: #1AFD42;
}
.BgClassName
{
background-color: #1AFD42;
}
</style>
border-color css
<style>
span { border-color: #1AFD42; }
span { border-color: rgb(26,253,66); }
td.TdClassName
{
border-color: #1AFD42;
}
.TagClassName
{
border-color: #1AFD42;
}
</style>