Shades of Malachite #1AF259
Tints of Malachite #1AF259
RGB
CMYK
RGB Variations
Color information
#1AF259 (or 0x1AF259) is known color: Malachite. HEX triplet: 1A, F2 and 59. RGB value is (26,242,89). Sum of RGB (Red+Green+Blue) = 26+242+89=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF259 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF259 is #E50DA6. Grayscale: #A0A0A0. Windows color (decimal): -15011239 or 5894682. OLE color: 5894682.
HSL color Cylindrical-coordinate representation of color #1AF259: hue angle of 137.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF259 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 89 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.05 |
| HSL | 137.5º | 0.89% | 0.53% | - |
| HSV(B) | 137.5º | 0.89% | 0.95% | - |
| XYZ | 33.98 | 64.45 | 20.1 | - |
| YUV | 159.97 | 87.94 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 89 | 0.89 | 0 | 0.63 | 0.05 | 137.5 | 0.89 | 0.53 |
| Hex | 1A | F2 | 59 | 59 | 0 | 3F | 5 | 8A | 59 | 35 |
| Octal | 32 | 362 | 131 | 131 | 0 | 77 | 5 | 212 | 131 | 65 |
| Binary | 11010 | 11110010 | 1011001 | 1011001 | 0 | 111111 | 101 | 10001010 | 1011001 | 110101 |
Color Harmonies of #1AF259
Complementary color
Monochromatic Colors of #1AF259
Black with #1AF259
Text Example
Text Example
White with #1AF259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF259; }
p { color: rgb(26,242,89); }
H1.HeaderClassName
{
color: #1AF259;
}
.AnyTagClassName
{
color: #1AF259;
}
</style>
background-color css
<style>
a { background-color: #1AF259; }
a { background-color: rgb(26,242,89); }
div.DivClassName
{
background-color: #1AF259;
}
.BgClassName
{
background-color: #1AF259;
}
</style>
border-color css
<style>
span { border-color: #1AF259; }
span { border-color: rgb(26,242,89); }
td.TdClassName
{
border-color: #1AF259;
}
.TagClassName
{
border-color: #1AF259;
}
</style>