Shades of Malachite #1AFB56
Tints of Malachite #1AFB56
RGB
CMYK
RGB Variations
Color information
#1AFB56 (or 0x1AFB56) is known color: Malachite. HEX triplet: 1A, FB and 56. RGB value is (26,251,86). Sum of RGB (Red+Green+Blue) = 26+251+86=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB56 is #E504A9. Grayscale: #A5A5A5. Windows color (decimal): -15008938 or 5700378. OLE color: 5700378.
HSL color Cylindrical-coordinate representation of color #1AFB56: hue angle of 136º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFB56 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 86 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.02 |
| HSL | 136º | 0.97% | 0.54% | - |
| HSV(B) | 136º | 0.9% | 0.98% | - |
| XYZ | 36.6 | 69.89 | 20.36 | - |
| YUV | 164.92 | 83.46 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 86 | 0.90 | 0 | 0.66 | 0.02 | 136 | 0.97 | 0.54 |
| Hex | 1A | FB | 56 | 5A | 0 | 42 | 2 | 88 | 61 | 36 |
| Octal | 32 | 373 | 126 | 132 | 0 | 102 | 2 | 210 | 141 | 66 |
| Binary | 11010 | 11111011 | 1010110 | 1011010 | 0 | 1000010 | 10 | 10001000 | 1100001 | 110110 |
Color Harmonies of #1AFB56
Complementary color
Monochromatic Colors of #1AFB56
Black with #1AFB56
Text Example
Text Example
White with #1AFB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB56; }
p { color: rgb(26,251,86); }
H1.HeaderClassName
{
color: #1AFB56;
}
.AnyTagClassName
{
color: #1AFB56;
}
</style>
background-color css
<style>
a { background-color: #1AFB56; }
a { background-color: rgb(26,251,86); }
div.DivClassName
{
background-color: #1AFB56;
}
.BgClassName
{
background-color: #1AFB56;
}
</style>
border-color css
<style>
span { border-color: #1AFB56; }
span { border-color: rgb(26,251,86); }
td.TdClassName
{
border-color: #1AFB56;
}
.TagClassName
{
border-color: #1AFB56;
}
</style>