Shades of Malachite #1AF368
Tints of Malachite #1AF368
RGB
CMYK
RGB Variations
Color information
#1AF368 (or 0x1AF368) is known color: Malachite. HEX triplet: 1A, F3 and 68. RGB value is (26,243,104). Sum of RGB (Red+Green+Blue) = 26+243+104=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF368 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF368 is #E50C97. Grayscale: #A2A2A2. Windows color (decimal): -15010968 or 6877978. OLE color: 6877978.
HSL color Cylindrical-coordinate representation of color #1AF368: hue angle of 141.57º 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 #1AF368 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 104 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.05 |
| HSL | 141.57º | 0.9% | 0.53% | - |
| HSV(B) | 141.57º | 0.89% | 0.95% | - |
| XYZ | 34.98 | 65.32 | 23.86 | - |
| YUV | 162.27 | 95.11 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 104 | 0.89 | 0 | 0.57 | 0.05 | 141.57 | 0.9 | 0.53 |
| Hex | 1A | F3 | 68 | 59 | 0 | 39 | 5 | 8E | 5A | 35 |
| Octal | 32 | 363 | 150 | 131 | 0 | 71 | 5 | 216 | 132 | 65 |
| Binary | 11010 | 11110011 | 1101000 | 1011001 | 0 | 111001 | 101 | 10001110 | 1011010 | 110101 |
Color Harmonies of #1AF368
Complementary color
Monochromatic Colors of #1AF368
Black with #1AF368
Text Example
Text Example
White with #1AF368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF368; }
p { color: rgb(26,243,104); }
H1.HeaderClassName
{
color: #1AF368;
}
.AnyTagClassName
{
color: #1AF368;
}
</style>
background-color css
<style>
a { background-color: #1AF368; }
a { background-color: rgb(26,243,104); }
div.DivClassName
{
background-color: #1AF368;
}
.BgClassName
{
background-color: #1AF368;
}
</style>
border-color css
<style>
span { border-color: #1AF368; }
span { border-color: rgb(26,243,104); }
td.TdClassName
{
border-color: #1AF368;
}
.TagClassName
{
border-color: #1AF368;
}
</style>