Shades of Malachite #1AF03D
Tints of Malachite #1AF03D
RGB
CMYK
RGB Variations
Color information
#1AF03D (or 0x1AF03D) is known color: Malachite. HEX triplet: 1A, F0 and 3D. RGB value is (26,240,61). Sum of RGB (Red+Green+Blue) = 26+240+61=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 240 (94.14% from 255 or 73.39% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF03D is #E50FC2. Grayscale: #9C9C9C. Windows color (decimal): -15011779 or 4059162. OLE color: 4059162.
HSL color Cylindrical-coordinate representation of color #1AF03D: hue angle of 129.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF03D is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 61 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.06 |
| HSL | 129.81º | 0.88% | 0.52% | - |
| HSV(B) | 129.81º | 0.89% | 0.94% | - |
| XYZ | 32.43 | 62.88 | 14.84 | - |
| YUV | 155.61 | 74.6 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 61 | 0.89 | 0 | 0.75 | 0.06 | 129.81 | 0.88 | 0.52 |
| Hex | 1A | F0 | 3D | 59 | 0 | 4B | 6 | 82 | 58 | 34 |
| Octal | 32 | 360 | 75 | 131 | 0 | 113 | 6 | 202 | 130 | 64 |
| Binary | 11010 | 11110000 | 111101 | 1011001 | 0 | 1001011 | 110 | 10000010 | 1011000 | 110100 |
Color Harmonies of #1AF03D
Complementary color
Monochromatic Colors of #1AF03D
Black with #1AF03D
Text Example
Text Example
White with #1AF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF03D; }
p { color: rgb(26,240,61); }
H1.HeaderClassName
{
color: #1AF03D;
}
.AnyTagClassName
{
color: #1AF03D;
}
</style>
background-color css
<style>
a { background-color: #1AF03D; }
a { background-color: rgb(26,240,61); }
div.DivClassName
{
background-color: #1AF03D;
}
.BgClassName
{
background-color: #1AF03D;
}
</style>
border-color css
<style>
span { border-color: #1AF03D; }
span { border-color: rgb(26,240,61); }
td.TdClassName
{
border-color: #1AF03D;
}
.TagClassName
{
border-color: #1AF03D;
}
</style>