Shades of Malachite #1AF350
Tints of Malachite #1AF350
RGB
CMYK
RGB Variations
Color information
#1AF350 (or 0x1AF350) is known color: Malachite. HEX triplet: 1A, F3 and 50. RGB value is (26,243,80). Sum of RGB (Red+Green+Blue) = 26+243+80=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF350 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF350 is #E50CAF. Grayscale: #9F9F9F. Windows color (decimal): -15010992 or 5305114. OLE color: 5305114.
HSL color Cylindrical-coordinate representation of color #1AF350: hue angle of 134.93º degrees, saturation: 0.9, 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 #1AF350 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 80 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.05 |
| HSL | 134.93º | 0.9% | 0.53% | - |
| HSV(B) | 134.93º | 0.89% | 0.95% | - |
| XYZ | 33.92 | 64.9 | 18.33 | - |
| YUV | 159.54 | 83.11 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 80 | 0.89 | 0 | 0.67 | 0.05 | 134.93 | 0.9 | 0.53 |
| Hex | 1A | F3 | 50 | 59 | 0 | 43 | 5 | 87 | 5A | 35 |
| Octal | 32 | 363 | 120 | 131 | 0 | 103 | 5 | 207 | 132 | 65 |
| Binary | 11010 | 11110011 | 1010000 | 1011001 | 0 | 1000011 | 101 | 10000111 | 1011010 | 110101 |
Color Harmonies of #1AF350
Complementary color
Monochromatic Colors of #1AF350
Black with #1AF350
Text Example
Text Example
White with #1AF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF350; }
p { color: rgb(26,243,80); }
H1.HeaderClassName
{
color: #1AF350;
}
.AnyTagClassName
{
color: #1AF350;
}
</style>
background-color css
<style>
a { background-color: #1AF350; }
a { background-color: rgb(26,243,80); }
div.DivClassName
{
background-color: #1AF350;
}
.BgClassName
{
background-color: #1AF350;
}
</style>
border-color css
<style>
span { border-color: #1AF350; }
span { border-color: rgb(26,243,80); }
td.TdClassName
{
border-color: #1AF350;
}
.TagClassName
{
border-color: #1AF350;
}
</style>