Shades of Malachite #1AD64B
Tints of Malachite #1AD64B
RGB
CMYK
RGB Variations
Color information
#1AD64B (or 0x1AD64B) is known color: Malachite. HEX triplet: 1A, D6 and 4B. RGB value is (26,214,75). Sum of RGB (Red+Green+Blue) = 26+214+75=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD64B is #E529B4. Grayscale: #8E8E8E. Windows color (decimal): -15018421 or 4970010. OLE color: 4970010.
HSL color Cylindrical-coordinate representation of color #1AD64B: hue angle of 135.64º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD64B is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 75 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.16 |
| HSL | 135.64º | 0.78% | 0.47% | - |
| HSV(B) | 135.64º | 0.88% | 0.84% | - |
| XYZ | 25.74 | 48.82 | 14.72 | - |
| YUV | 141.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 75 | 0.88 | 0 | 0.65 | 0.16 | 135.64 | 0.78 | 0.47 |
| Hex | 1A | D6 | 4B | 58 | 0 | 41 | 10 | 88 | 4E | 2F |
| Octal | 32 | 326 | 113 | 130 | 0 | 101 | 20 | 210 | 116 | 57 |
| Binary | 11010 | 11010110 | 1001011 | 1011000 | 0 | 1000001 | 10000 | 10001000 | 1001110 | 101111 |
Color Harmonies of #1AD64B
Complementary color
Monochromatic Colors of #1AD64B
Black with #1AD64B
Text Example
Text Example
White with #1AD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD64B; }
p { color: rgb(26,214,75); }
H1.HeaderClassName
{
color: #1AD64B;
}
.AnyTagClassName
{
color: #1AD64B;
}
</style>
background-color css
<style>
a { background-color: #1AD64B; }
a { background-color: rgb(26,214,75); }
div.DivClassName
{
background-color: #1AD64B;
}
.BgClassName
{
background-color: #1AD64B;
}
</style>
border-color css
<style>
span { border-color: #1AD64B; }
span { border-color: rgb(26,214,75); }
td.TdClassName
{
border-color: #1AD64B;
}
.TagClassName
{
border-color: #1AD64B;
}
</style>