Shades of Malachite #0AD76B
Tints of Malachite #0AD76B
RGB
CMYK
RGB Variations
Color information
#0AD76B (or 0x0AD76B) is known color: Malachite. HEX triplet: 0A, D7 and 6B. RGB value is (10,215,107). Sum of RGB (Red+Green+Blue) = 10+215+107=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD76B is #F52894. Grayscale: #8D8D8D. Windows color (decimal): -16066709 or 7067402. OLE color: 7067402.
HSL color Cylindrical-coordinate representation of color #0AD76B: hue angle of 148.39º 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 #0AD76B is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 107 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.16 |
| HSL | 148.39º | 0.91% | 0.44% | - |
| HSV(B) | 148.39º | 0.95% | 0.84% | - |
| XYZ | 27.08 | 49.73 | 22.08 | - |
| YUV | 141.39 | 108.58 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 107 | 0.95 | 0 | 0.50 | 0.16 | 148.39 | 0.91 | 0.44 |
| Hex | A | D7 | 6B | 5F | 0 | 32 | 10 | 94 | 5B | 2C |
| Octal | 12 | 327 | 153 | 137 | 0 | 62 | 20 | 224 | 133 | 54 |
| Binary | 1010 | 11010111 | 1101011 | 1011111 | 0 | 110010 | 10000 | 10010100 | 1011011 | 101100 |
Color Harmonies of #0AD76B
Complementary color
Monochromatic Colors of #0AD76B
Black with #0AD76B
Text Example
Text Example
White with #0AD76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD76B; }
p { color: rgb(10,215,107); }
H1.HeaderClassName
{
color: #0AD76B;
}
.AnyTagClassName
{
color: #0AD76B;
}
</style>
background-color css
<style>
a { background-color: #0AD76B; }
a { background-color: rgb(10,215,107); }
div.DivClassName
{
background-color: #0AD76B;
}
.BgClassName
{
background-color: #0AD76B;
}
</style>
border-color css
<style>
span { border-color: #0AD76B; }
span { border-color: rgb(10,215,107); }
td.TdClassName
{
border-color: #0AD76B;
}
.TagClassName
{
border-color: #0AD76B;
}
</style>