Shades of Malachite #1AFC41
Tints of Malachite #1AFC41
RGB
CMYK
RGB Variations
Color information
#1AFC41 (or 0x1AFC41) is known color: Malachite. HEX triplet: 1A, FC and 41. RGB value is (26,252,65). Sum of RGB (Red+Green+Blue) = 26+252+65=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 252 (98.83% from 255 or 73.47% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFC41 is #E503BE. Grayscale: #A3A3A3. Windows color (decimal): -15008703 or 4324378. OLE color: 4324378.
HSL color Cylindrical-coordinate representation of color #1AFC41: hue angle of 130.35º degrees, saturation: 0.97, 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 #1AFC41 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 65 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.01 |
| HSL | 130.35º | 0.97% | 0.55% | - |
| HSV(B) | 130.35º | 0.9% | 0.99% | - |
| XYZ | 36.19 | 70.22 | 16.65 | - |
| YUV | 163.11 | 72.63 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 65 | 0.90 | 0 | 0.74 | 0.01 | 130.35 | 0.97 | 0.55 |
| Hex | 1A | FC | 41 | 5A | 0 | 4A | 1 | 82 | 61 | 37 |
| Octal | 32 | 374 | 101 | 132 | 0 | 112 | 1 | 202 | 141 | 67 |
| Binary | 11010 | 11111100 | 1000001 | 1011010 | 0 | 1001010 | 1 | 10000010 | 1100001 | 110111 |
Color Harmonies of #1AFC41
Complementary color
Monochromatic Colors of #1AFC41
Black with #1AFC41
Text Example
Text Example
White with #1AFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFC41; }
p { color: rgb(26,252,65); }
H1.HeaderClassName
{
color: #1AFC41;
}
.AnyTagClassName
{
color: #1AFC41;
}
</style>
background-color css
<style>
a { background-color: #1AFC41; }
a { background-color: rgb(26,252,65); }
div.DivClassName
{
background-color: #1AFC41;
}
.BgClassName
{
background-color: #1AFC41;
}
</style>
border-color css
<style>
span { border-color: #1AFC41; }
span { border-color: rgb(26,252,65); }
td.TdClassName
{
border-color: #1AFC41;
}
.TagClassName
{
border-color: #1AFC41;
}
</style>