Shades of Malachite #1AFD60
Tints of Malachite #1AFD60
RGB
CMYK
RGB Variations
Color information
#1AFD60 (or 0x1AFD60) is known color: Malachite. HEX triplet: 1A, FD and 60. RGB value is (26,253,96). Sum of RGB (Red+Green+Blue) = 26+253+96=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 253 (99.22% from 255 or 67.47% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFD60 is #E5029F. Grayscale: #A7A7A7. Windows color (decimal): -15008416 or 6356250. OLE color: 6356250.
HSL color Cylindrical-coordinate representation of color #1AFD60: hue angle of 138.5º degrees, saturation: 0.98, 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 #1AFD60 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 96 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.01 |
| HSL | 138.5º | 0.98% | 0.55% | - |
| HSV(B) | 138.5º | 0.9% | 0.99% | - |
| XYZ | 37.66 | 71.31 | 22.85 | - |
| YUV | 167.23 | 87.79 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 96 | 0.90 | 0 | 0.62 | 0.01 | 138.5 | 0.98 | 0.55 |
| Hex | 1A | FD | 60 | 5A | 0 | 3E | 1 | 8B | 62 | 37 |
| Octal | 32 | 375 | 140 | 132 | 0 | 76 | 1 | 213 | 142 | 67 |
| Binary | 11010 | 11111101 | 1100000 | 1011010 | 0 | 111110 | 1 | 10001011 | 1100010 | 110111 |
Color Harmonies of #1AFD60
Complementary color
Monochromatic Colors of #1AFD60
Black with #1AFD60
Text Example
Text Example
White with #1AFD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFD60; }
p { color: rgb(26,253,96); }
H1.HeaderClassName
{
color: #1AFD60;
}
.AnyTagClassName
{
color: #1AFD60;
}
</style>
background-color css
<style>
a { background-color: #1AFD60; }
a { background-color: rgb(26,253,96); }
div.DivClassName
{
background-color: #1AFD60;
}
.BgClassName
{
background-color: #1AFD60;
}
</style>
border-color css
<style>
span { border-color: #1AFD60; }
span { border-color: rgb(26,253,96); }
td.TdClassName
{
border-color: #1AFD60;
}
.TagClassName
{
border-color: #1AFD60;
}
</style>