Shades of Malachite #1AF33D
Tints of Malachite #1AF33D
RGB
CMYK
RGB Variations
Color information
#1AF33D (or 0x1AF33D) is known color: Malachite. HEX triplet: 1A, F3 and 3D. RGB value is (26,243,61). Sum of RGB (Red+Green+Blue) = 26+243+61=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF33D is #E50CC2. Grayscale: #9D9D9D. Windows color (decimal): -15011011 or 4059930. OLE color: 4059930.
HSL color Cylindrical-coordinate representation of color #1AF33D: hue angle of 129.68º 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 #1AF33D is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 61 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.05 |
| HSL | 129.68º | 0.9% | 0.53% | - |
| HSV(B) | 129.68º | 0.89% | 0.95% | - |
| XYZ | 33.32 | 64.66 | 15.14 | - |
| YUV | 157.37 | 73.61 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 61 | 0.89 | 0 | 0.75 | 0.05 | 129.68 | 0.9 | 0.53 |
| Hex | 1A | F3 | 3D | 59 | 0 | 4B | 5 | 82 | 5A | 35 |
| Octal | 32 | 363 | 75 | 131 | 0 | 113 | 5 | 202 | 132 | 65 |
| Binary | 11010 | 11110011 | 111101 | 1011001 | 0 | 1001011 | 101 | 10000010 | 1011010 | 110101 |
Color Harmonies of #1AF33D
Complementary color
Monochromatic Colors of #1AF33D
Black with #1AF33D
Text Example
Text Example
White with #1AF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF33D; }
p { color: rgb(26,243,61); }
H1.HeaderClassName
{
color: #1AF33D;
}
.AnyTagClassName
{
color: #1AF33D;
}
</style>
background-color css
<style>
a { background-color: #1AF33D; }
a { background-color: rgb(26,243,61); }
div.DivClassName
{
background-color: #1AF33D;
}
.BgClassName
{
background-color: #1AF33D;
}
</style>
border-color css
<style>
span { border-color: #1AF33D; }
span { border-color: rgb(26,243,61); }
td.TdClassName
{
border-color: #1AF33D;
}
.TagClassName
{
border-color: #1AF33D;
}
</style>