Shades of Malachite #1AFC3B
Tints of Malachite #1AFC3B
RGB
CMYK
RGB Variations
Color information
#1AFC3B (or 0x1AFC3B) is known color: Malachite. HEX triplet: 1A, FC and 3B. RGB value is (26,252,59). Sum of RGB (Red+Green+Blue) = 26+252+59=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFC3B is #E503C4. Grayscale: #A2A2A2. Windows color (decimal): -15008709 or 3931162. OLE color: 3931162.
HSL color Cylindrical-coordinate representation of color #1AFC3B: hue angle of 128.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFC3B is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 59 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.01 |
| HSL | 128.76º | 0.97% | 0.55% | - |
| HSV(B) | 128.76º | 0.9% | 0.99% | - |
| XYZ | 36.03 | 70.16 | 15.78 | - |
| YUV | 162.42 | 69.63 | 30.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 59 | 0.90 | 0 | 0.77 | 0.01 | 128.76 | 0.97 | 0.55 |
| Hex | 1A | FC | 3B | 5A | 0 | 4D | 1 | 81 | 61 | 37 |
| Octal | 32 | 374 | 73 | 132 | 0 | 115 | 1 | 201 | 141 | 67 |
| Binary | 11010 | 11111100 | 111011 | 1011010 | 0 | 1001101 | 1 | 10000001 | 1100001 | 110111 |
Color Harmonies of #1AFC3B
Complementary color
Monochromatic Colors of #1AFC3B
Black with #1AFC3B
Text Example
Text Example
White with #1AFC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFC3B; }
p { color: rgb(26,252,59); }
H1.HeaderClassName
{
color: #1AFC3B;
}
.AnyTagClassName
{
color: #1AFC3B;
}
</style>
background-color css
<style>
a { background-color: #1AFC3B; }
a { background-color: rgb(26,252,59); }
div.DivClassName
{
background-color: #1AFC3B;
}
.BgClassName
{
background-color: #1AFC3B;
}
</style>
border-color css
<style>
span { border-color: #1AFC3B; }
span { border-color: rgb(26,252,59); }
td.TdClassName
{
border-color: #1AFC3B;
}
.TagClassName
{
border-color: #1AFC3B;
}
</style>