Shades of Malachite #1AFE42
Tints of Malachite #1AFE42
RGB
CMYK
RGB Variations
Color information
#1AFE42 (or 0x1AFE42) is known color: Malachite. HEX triplet: 1A, FE and 42. RGB value is (26,254,66). Sum of RGB (Red+Green+Blue) = 26+254+66=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFE42 is #E501BD. Grayscale: #A4A4A4. Windows color (decimal): -15008190 or 4390426. OLE color: 4390426.
HSL color Cylindrical-coordinate representation of color #1AFE42: hue angle of 130.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE42 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 66 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.00 |
| HSL | 130.53º | 0.99% | 0.55% | - |
| HSV(B) | 130.53º | 0.9% | 1% | - |
| XYZ | 36.85 | 71.5 | 17.01 | - |
| YUV | 164.4 | 72.46 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 66 | 0.90 | 0 | 0.74 | 0.00 | 130.53 | 0.99 | 0.55 |
| Hex | 1A | FE | 42 | 5A | 0 | 4A | 0 | 83 | 63 | 37 |
| Octal | 32 | 376 | 102 | 132 | 0 | 112 | 0 | 203 | 143 | 67 |
| Binary | 11010 | 11111110 | 1000010 | 1011010 | 0 | 1001010 | 0 | 10000011 | 1100011 | 110111 |
Color Harmonies of #1AFE42
Complementary color
Monochromatic Colors of #1AFE42
Black with #1AFE42
Text Example
Text Example
White with #1AFE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE42; }
p { color: rgb(26,254,66); }
H1.HeaderClassName
{
color: #1AFE42;
}
.AnyTagClassName
{
color: #1AFE42;
}
</style>
background-color css
<style>
a { background-color: #1AFE42; }
a { background-color: rgb(26,254,66); }
div.DivClassName
{
background-color: #1AFE42;
}
.BgClassName
{
background-color: #1AFE42;
}
</style>
border-color css
<style>
span { border-color: #1AFE42; }
span { border-color: rgb(26,254,66); }
td.TdClassName
{
border-color: #1AFE42;
}
.TagClassName
{
border-color: #1AFE42;
}
</style>