Shades of Malachite #1AFB5A
Tints of Malachite #1AFB5A
RGB
CMYK
RGB Variations
Color information
#1AFB5A (or 0x1AFB5A) is known color: Malachite. HEX triplet: 1A, FB and 5A. RGB value is (26,251,90). Sum of RGB (Red+Green+Blue) = 26+251+90=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB5A is #E504A5. Grayscale: #A5A5A5. Windows color (decimal): -15008934 or 5962522. OLE color: 5962522.
HSL color Cylindrical-coordinate representation of color #1AFB5A: hue angle of 137.07º 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 #1AFB5A is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 90 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.02 |
| HSL | 137.07º | 0.97% | 0.54% | - |
| HSV(B) | 137.07º | 0.9% | 0.98% | - |
| XYZ | 36.77 | 69.95 | 21.24 | - |
| YUV | 165.37 | 85.46 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 90 | 0.90 | 0 | 0.64 | 0.02 | 137.07 | 0.97 | 0.54 |
| Hex | 1A | FB | 5A | 5A | 0 | 40 | 2 | 89 | 61 | 36 |
| Octal | 32 | 373 | 132 | 132 | 0 | 100 | 2 | 211 | 141 | 66 |
| Binary | 11010 | 11111011 | 1011010 | 1011010 | 0 | 1000000 | 10 | 10001001 | 1100001 | 110110 |
Color Harmonies of #1AFB5A
Complementary color
Monochromatic Colors of #1AFB5A
Black with #1AFB5A
Text Example
Text Example
White with #1AFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB5A; }
p { color: rgb(26,251,90); }
H1.HeaderClassName
{
color: #1AFB5A;
}
.AnyTagClassName
{
color: #1AFB5A;
}
</style>
background-color css
<style>
a { background-color: #1AFB5A; }
a { background-color: rgb(26,251,90); }
div.DivClassName
{
background-color: #1AFB5A;
}
.BgClassName
{
background-color: #1AFB5A;
}
</style>
border-color css
<style>
span { border-color: #1AFB5A; }
span { border-color: rgb(26,251,90); }
td.TdClassName
{
border-color: #1AFB5A;
}
.TagClassName
{
border-color: #1AFB5A;
}
</style>