Shades of Malachite #1AFE53
Tints of Malachite #1AFE53
RGB
CMYK
RGB Variations
Color information
#1AFE53 (or 0x1AFE53) is known color: Malachite. HEX triplet: 1A, FE and 53. RGB value is (26,254,83). Sum of RGB (Red+Green+Blue) = 26+254+83=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFE53 is #E501AC. Grayscale: #A6A6A6. Windows color (decimal): -15008173 or 5504538. OLE color: 5504538.
HSL color Cylindrical-coordinate representation of color #1AFE53: hue angle of 135º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE53 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 83 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.00 |
| HSL | 135º | 0.99% | 0.55% | - |
| HSV(B) | 135º | 0.9% | 1% | - |
| XYZ | 37.43 | 71.73 | 20.06 | - |
| YUV | 166.33 | 80.96 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 83 | 0.90 | 0 | 0.67 | 0.00 | 135 | 0.99 | 0.55 |
| Hex | 1A | FE | 53 | 5A | 0 | 43 | 0 | 87 | 63 | 37 |
| Octal | 32 | 376 | 123 | 132 | 0 | 103 | 0 | 207 | 143 | 67 |
| Binary | 11010 | 11111110 | 1010011 | 1011010 | 0 | 1000011 | 0 | 10000111 | 1100011 | 110111 |
Color Harmonies of #1AFE53
Complementary color
Monochromatic Colors of #1AFE53
Black with #1AFE53
Text Example
Text Example
White with #1AFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE53; }
p { color: rgb(26,254,83); }
H1.HeaderClassName
{
color: #1AFE53;
}
.AnyTagClassName
{
color: #1AFE53;
}
</style>
background-color css
<style>
a { background-color: #1AFE53; }
a { background-color: rgb(26,254,83); }
div.DivClassName
{
background-color: #1AFE53;
}
.BgClassName
{
background-color: #1AFE53;
}
</style>
border-color css
<style>
span { border-color: #1AFE53; }
span { border-color: rgb(26,254,83); }
td.TdClassName
{
border-color: #1AFE53;
}
.TagClassName
{
border-color: #1AFE53;
}
</style>