Shades of Malachite #1AF33F
Tints of Malachite #1AF33F
RGB
CMYK
RGB Variations
Color information
#1AF33F (or 0x1AF33F) is known color: Malachite. HEX triplet: 1A, F3 and 3F. RGB value is (26,243,63). Sum of RGB (Red+Green+Blue) = 26+243+63=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF33F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF33F is #E50CC0. Grayscale: #9E9E9E. Windows color (decimal): -15011009 or 4191002. OLE color: 4191002.
HSL color Cylindrical-coordinate representation of color #1AF33F: hue angle of 130.23º 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 #1AF33F is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 63 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.05 |
| HSL | 130.23º | 0.9% | 0.53% | - |
| HSV(B) | 130.23º | 0.89% | 0.95% | - |
| XYZ | 33.37 | 64.68 | 15.43 | - |
| YUV | 157.6 | 74.61 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 63 | 0.89 | 0 | 0.74 | 0.05 | 130.23 | 0.9 | 0.53 |
| Hex | 1A | F3 | 3F | 59 | 0 | 4A | 5 | 82 | 5A | 35 |
| Octal | 32 | 363 | 77 | 131 | 0 | 112 | 5 | 202 | 132 | 65 |
| Binary | 11010 | 11110011 | 111111 | 1011001 | 0 | 1001010 | 101 | 10000010 | 1011010 | 110101 |
Color Harmonies of #1AF33F
Complementary color
Monochromatic Colors of #1AF33F
Black with #1AF33F
Text Example
Text Example
White with #1AF33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF33F; }
p { color: rgb(26,243,63); }
H1.HeaderClassName
{
color: #1AF33F;
}
.AnyTagClassName
{
color: #1AF33F;
}
</style>
background-color css
<style>
a { background-color: #1AF33F; }
a { background-color: rgb(26,243,63); }
div.DivClassName
{
background-color: #1AF33F;
}
.BgClassName
{
background-color: #1AF33F;
}
</style>
border-color css
<style>
span { border-color: #1AF33F; }
span { border-color: rgb(26,243,63); }
td.TdClassName
{
border-color: #1AF33F;
}
.TagClassName
{
border-color: #1AF33F;
}
</style>