Shades of Malachite #1AF34F
Tints of Malachite #1AF34F
RGB
CMYK
RGB Variations
Color information
#1AF34F (or 0x1AF34F) is known color: Malachite. HEX triplet: 1A, F3 and 4F. RGB value is (26,243,79). Sum of RGB (Red+Green+Blue) = 26+243+79=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF34F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF34F is #E50CB0. Grayscale: #9F9F9F. Windows color (decimal): -15010993 or 5239578. OLE color: 5239578.
HSL color Cylindrical-coordinate representation of color #1AF34F: hue angle of 134.65º 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 #1AF34F is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 79 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.05 |
| HSL | 134.65º | 0.9% | 0.53% | - |
| HSV(B) | 134.65º | 0.89% | 0.95% | - |
| XYZ | 33.89 | 64.89 | 18.14 | - |
| YUV | 159.42 | 82.61 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 79 | 0.89 | 0 | 0.67 | 0.05 | 134.65 | 0.9 | 0.53 |
| Hex | 1A | F3 | 4F | 59 | 0 | 43 | 5 | 87 | 5A | 35 |
| Octal | 32 | 363 | 117 | 131 | 0 | 103 | 5 | 207 | 132 | 65 |
| Binary | 11010 | 11110011 | 1001111 | 1011001 | 0 | 1000011 | 101 | 10000111 | 1011010 | 110101 |
Color Harmonies of #1AF34F
Complementary color
Monochromatic Colors of #1AF34F
Black with #1AF34F
Text Example
Text Example
White with #1AF34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF34F; }
p { color: rgb(26,243,79); }
H1.HeaderClassName
{
color: #1AF34F;
}
.AnyTagClassName
{
color: #1AF34F;
}
</style>
background-color css
<style>
a { background-color: #1AF34F; }
a { background-color: rgb(26,243,79); }
div.DivClassName
{
background-color: #1AF34F;
}
.BgClassName
{
background-color: #1AF34F;
}
</style>
border-color css
<style>
span { border-color: #1AF34F; }
span { border-color: rgb(26,243,79); }
td.TdClassName
{
border-color: #1AF34F;
}
.TagClassName
{
border-color: #1AF34F;
}
</style>