Shades of Malachite #1AFC5D
Tints of Malachite #1AFC5D
RGB
CMYK
RGB Variations
Color information
#1AFC5D (or 0x1AFC5D) is known color: Malachite. HEX triplet: 1A, FC and 5D. RGB value is (26,252,93). Sum of RGB (Red+Green+Blue) = 26+252+93=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFC5D is #E503A2. Grayscale: #A6A6A6. Windows color (decimal): -15008675 or 6159386. OLE color: 6159386.
HSL color Cylindrical-coordinate representation of color #1AFC5D: hue angle of 137.79º 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 #1AFC5D is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 93 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.01 |
| HSL | 137.79º | 0.97% | 0.55% | - |
| HSV(B) | 137.79º | 0.9% | 0.99% | - |
| XYZ | 37.21 | 70.63 | 22.03 | - |
| YUV | 166.3 | 86.63 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 93 | 0.90 | 0 | 0.63 | 0.01 | 137.79 | 0.97 | 0.55 |
| Hex | 1A | FC | 5D | 5A | 0 | 3F | 1 | 8A | 61 | 37 |
| Octal | 32 | 374 | 135 | 132 | 0 | 77 | 1 | 212 | 141 | 67 |
| Binary | 11010 | 11111100 | 1011101 | 1011010 | 0 | 111111 | 1 | 10001010 | 1100001 | 110111 |
Color Harmonies of #1AFC5D
Complementary color
Monochromatic Colors of #1AFC5D
Black with #1AFC5D
Text Example
Text Example
White with #1AFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFC5D; }
p { color: rgb(26,252,93); }
H1.HeaderClassName
{
color: #1AFC5D;
}
.AnyTagClassName
{
color: #1AFC5D;
}
</style>
background-color css
<style>
a { background-color: #1AFC5D; }
a { background-color: rgb(26,252,93); }
div.DivClassName
{
background-color: #1AFC5D;
}
.BgClassName
{
background-color: #1AFC5D;
}
</style>
border-color css
<style>
span { border-color: #1AFC5D; }
span { border-color: rgb(26,252,93); }
td.TdClassName
{
border-color: #1AFC5D;
}
.TagClassName
{
border-color: #1AFC5D;
}
</style>