Shades of Malachite #1AF63C
Tints of Malachite #1AF63C
RGB
CMYK
RGB Variations
Color information
#1AF63C (or 0x1AF63C) is known color: Malachite. HEX triplet: 1A, F6 and 3C. RGB value is (26,246,60). Sum of RGB (Red+Green+Blue) = 26+246+60=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 246 (96.48% from 255 or 74.10% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF63C is #E509C3. Grayscale: #9F9F9F. Windows color (decimal): -15010244 or 3995162. OLE color: 3995162.
HSL color Cylindrical-coordinate representation of color #1AF63C: hue angle of 129.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF63C is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 60 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.04 |
| HSL | 129.27º | 0.92% | 0.53% | - |
| HSV(B) | 129.27º | 0.89% | 0.96% | - |
| XYZ | 34.2 | 66.46 | 15.3 | - |
| YUV | 159.02 | 72.11 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 60 | 0.89 | 0 | 0.76 | 0.04 | 129.27 | 0.92 | 0.53 |
| Hex | 1A | F6 | 3C | 59 | 0 | 4C | 4 | 81 | 5C | 35 |
| Octal | 32 | 366 | 74 | 131 | 0 | 114 | 4 | 201 | 134 | 65 |
| Binary | 11010 | 11110110 | 111100 | 1011001 | 0 | 1001100 | 100 | 10000001 | 1011100 | 110101 |
Color Harmonies of #1AF63C
Complementary color
Monochromatic Colors of #1AF63C
Black with #1AF63C
Text Example
Text Example
White with #1AF63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF63C; }
p { color: rgb(26,246,60); }
H1.HeaderClassName
{
color: #1AF63C;
}
.AnyTagClassName
{
color: #1AF63C;
}
</style>
background-color css
<style>
a { background-color: #1AF63C; }
a { background-color: rgb(26,246,60); }
div.DivClassName
{
background-color: #1AF63C;
}
.BgClassName
{
background-color: #1AF63C;
}
</style>
border-color css
<style>
span { border-color: #1AF63C; }
span { border-color: rgb(26,246,60); }
td.TdClassName
{
border-color: #1AF63C;
}
.TagClassName
{
border-color: #1AF63C;
}
</style>