Shades of Malachite #1AF74C
Tints of Malachite #1AF74C
RGB
CMYK
RGB Variations
Color information
#1AF74C (or 0x1AF74C) is known color: Malachite. HEX triplet: 1A, F7 and 4C. RGB value is (26,247,76). Sum of RGB (Red+Green+Blue) = 26+247+76=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 247 (96.88% from 255 or 70.77% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF74C is #E508B3. Grayscale: #A1A1A1. Windows color (decimal): -15009972 or 5043994. OLE color: 5043994.
HSL color Cylindrical-coordinate representation of color #1AF74C: hue angle of 133.57º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF74C is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 76 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.03 |
| HSL | 133.57º | 0.93% | 0.54% | - |
| HSV(B) | 133.57º | 0.89% | 0.97% | - |
| XYZ | 34.99 | 67.26 | 17.98 | - |
| YUV | 161.43 | 79.78 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 76 | 0.89 | 0 | 0.69 | 0.03 | 133.57 | 0.93 | 0.54 |
| Hex | 1A | F7 | 4C | 59 | 0 | 45 | 3 | 86 | 5D | 36 |
| Octal | 32 | 367 | 114 | 131 | 0 | 105 | 3 | 206 | 135 | 66 |
| Binary | 11010 | 11110111 | 1001100 | 1011001 | 0 | 1000101 | 11 | 10000110 | 1011101 | 110110 |
Color Harmonies of #1AF74C
Complementary color
Monochromatic Colors of #1AF74C
Black with #1AF74C
Text Example
Text Example
White with #1AF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF74C; }
p { color: rgb(26,247,76); }
H1.HeaderClassName
{
color: #1AF74C;
}
.AnyTagClassName
{
color: #1AF74C;
}
</style>
background-color css
<style>
a { background-color: #1AF74C; }
a { background-color: rgb(26,247,76); }
div.DivClassName
{
background-color: #1AF74C;
}
.BgClassName
{
background-color: #1AF74C;
}
</style>
border-color css
<style>
span { border-color: #1AF74C; }
span { border-color: rgb(26,247,76); }
td.TdClassName
{
border-color: #1AF74C;
}
.TagClassName
{
border-color: #1AF74C;
}
</style>