Shades of Malachite #0AD64B
Tints of Malachite #0AD64B
RGB
CMYK
RGB Variations
Color information
#0AD64B (or 0x0AD64B) is known color: Malachite. HEX triplet: 0A, D6 and 4B. RGB value is (10,214,75). Sum of RGB (Red+Green+Blue) = 10+214+75=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 214 (83.98% from 255 or 71.57% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD64B is #F529B4. Grayscale: #898989. Windows color (decimal): -16066997 or 4969994. OLE color: 4969994.
HSL color Cylindrical-coordinate representation of color #0AD64B: hue angle of 139.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD64B is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 75 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.16 |
| HSL | 139.12º | 0.91% | 0.44% | - |
| HSV(B) | 139.12º | 0.95% | 0.84% | - |
| XYZ | 25.44 | 48.67 | 14.71 | - |
| YUV | 137.16 | 92.91 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 75 | 0.95 | 0 | 0.65 | 0.16 | 139.12 | 0.91 | 0.44 |
| Hex | A | D6 | 4B | 5F | 0 | 41 | 10 | 8B | 5B | 2C |
| Octal | 12 | 326 | 113 | 137 | 0 | 101 | 20 | 213 | 133 | 54 |
| Binary | 1010 | 11010110 | 1001011 | 1011111 | 0 | 1000001 | 10000 | 10001011 | 1011011 | 101100 |
Color Harmonies of #0AD64B
Complementary color
Monochromatic Colors of #0AD64B
Black with #0AD64B
Text Example
Text Example
White with #0AD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD64B; }
p { color: rgb(10,214,75); }
H1.HeaderClassName
{
color: #0AD64B;
}
.AnyTagClassName
{
color: #0AD64B;
}
</style>
background-color css
<style>
a { background-color: #0AD64B; }
a { background-color: rgb(10,214,75); }
div.DivClassName
{
background-color: #0AD64B;
}
.BgClassName
{
background-color: #0AD64B;
}
</style>
border-color css
<style>
span { border-color: #0AD64B; }
span { border-color: rgb(10,214,75); }
td.TdClassName
{
border-color: #0AD64B;
}
.TagClassName
{
border-color: #0AD64B;
}
</style>