Shades of Malachite #1AF23A
Tints of Malachite #1AF23A
RGB
CMYK
RGB Variations
Color information
#1AF23A (or 0x1AF23A) is known color: Malachite. HEX triplet: 1A, F2 and 3A. RGB value is (26,242,58). Sum of RGB (Red+Green+Blue) = 26+242+58=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF23A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF23A is #E50DC5. Grayscale: #9C9C9C. Windows color (decimal): -15011270 or 3863066. OLE color: 3863066.
HSL color Cylindrical-coordinate representation of color #1AF23A: hue angle of 128.89º degrees, saturation: 0.89, 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 #1AF23A is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 58 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.05 |
| HSL | 128.89º | 0.89% | 0.53% | - |
| HSV(B) | 128.89º | 0.89% | 0.95% | - |
| XYZ | 32.94 | 64.03 | 14.63 | - |
| YUV | 156.44 | 72.44 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 58 | 0.89 | 0 | 0.76 | 0.05 | 128.89 | 0.89 | 0.53 |
| Hex | 1A | F2 | 3A | 59 | 0 | 4C | 5 | 81 | 59 | 35 |
| Octal | 32 | 362 | 72 | 131 | 0 | 114 | 5 | 201 | 131 | 65 |
| Binary | 11010 | 11110010 | 111010 | 1011001 | 0 | 1001100 | 101 | 10000001 | 1011001 | 110101 |
Color Harmonies of #1AF23A
Complementary color
Monochromatic Colors of #1AF23A
Black with #1AF23A
Text Example
Text Example
White with #1AF23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF23A; }
p { color: rgb(26,242,58); }
H1.HeaderClassName
{
color: #1AF23A;
}
.AnyTagClassName
{
color: #1AF23A;
}
</style>
background-color css
<style>
a { background-color: #1AF23A; }
a { background-color: rgb(26,242,58); }
div.DivClassName
{
background-color: #1AF23A;
}
.BgClassName
{
background-color: #1AF23A;
}
</style>
border-color css
<style>
span { border-color: #1AF23A; }
span { border-color: rgb(26,242,58); }
td.TdClassName
{
border-color: #1AF23A;
}
.TagClassName
{
border-color: #1AF23A;
}
</style>