Shades of Malachite #1AF038
Tints of Malachite #1AF038
RGB
CMYK
RGB Variations
Color information
#1AF038 (or 0x1AF038) is known color: Malachite. HEX triplet: 1A, F0 and 38. RGB value is (26,240,56). Sum of RGB (Red+Green+Blue) = 26+240+56=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF038 is #E50FC7. Grayscale: #9B9B9B. Windows color (decimal): -15011784 or 3731482. OLE color: 3731482.
HSL color Cylindrical-coordinate representation of color #1AF038: hue angle of 128.41º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF038 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 56 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.06 |
| HSL | 128.41º | 0.88% | 0.52% | - |
| HSV(B) | 128.41º | 0.89% | 0.94% | - |
| XYZ | 32.3 | 62.83 | 14.17 | - |
| YUV | 155.04 | 72.1 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 56 | 0.89 | 0 | 0.77 | 0.06 | 128.41 | 0.88 | 0.52 |
| Hex | 1A | F0 | 38 | 59 | 0 | 4D | 6 | 80 | 58 | 34 |
| Octal | 32 | 360 | 70 | 131 | 0 | 115 | 6 | 200 | 130 | 64 |
| Binary | 11010 | 11110000 | 111000 | 1011001 | 0 | 1001101 | 110 | 10000000 | 1011000 | 110100 |
Color Harmonies of #1AF038
Complementary color
Monochromatic Colors of #1AF038
Black with #1AF038
Text Example
Text Example
White with #1AF038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF038; }
p { color: rgb(26,240,56); }
H1.HeaderClassName
{
color: #1AF038;
}
.AnyTagClassName
{
color: #1AF038;
}
</style>
background-color css
<style>
a { background-color: #1AF038; }
a { background-color: rgb(26,240,56); }
div.DivClassName
{
background-color: #1AF038;
}
.BgClassName
{
background-color: #1AF038;
}
</style>
border-color css
<style>
span { border-color: #1AF038; }
span { border-color: rgb(26,240,56); }
td.TdClassName
{
border-color: #1AF038;
}
.TagClassName
{
border-color: #1AF038;
}
</style>