Shades of Malachite #0AD667
Tints of Malachite #0AD667
RGB
CMYK
RGB Variations
Color information
#0AD667 (or 0x0AD667) is known color: Malachite. HEX triplet: 0A, D6 and 67. RGB value is (10,214,103). Sum of RGB (Red+Green+Blue) = 10+214+103=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD667 is #F52998. Grayscale: #8C8C8C. Windows color (decimal): -16066969 or 6805002. OLE color: 6805002.
HSL color Cylindrical-coordinate representation of color #0AD667: hue angle of 147.35º 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 #0AD667 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 103 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.16 |
| HSL | 147.35º | 0.91% | 0.44% | - |
| HSV(B) | 147.35º | 0.95% | 0.84% | - |
| XYZ | 26.62 | 49.14 | 20.91 | - |
| YUV | 140.35 | 106.91 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 103 | 0.95 | 0 | 0.52 | 0.16 | 147.35 | 0.91 | 0.44 |
| Hex | A | D6 | 67 | 5F | 0 | 34 | 10 | 93 | 5B | 2C |
| Octal | 12 | 326 | 147 | 137 | 0 | 64 | 20 | 223 | 133 | 54 |
| Binary | 1010 | 11010110 | 1100111 | 1011111 | 0 | 110100 | 10000 | 10010011 | 1011011 | 101100 |
Color Harmonies of #0AD667
Complementary color
Monochromatic Colors of #0AD667
Black with #0AD667
Text Example
Text Example
White with #0AD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD667; }
p { color: rgb(10,214,103); }
H1.HeaderClassName
{
color: #0AD667;
}
.AnyTagClassName
{
color: #0AD667;
}
</style>
background-color css
<style>
a { background-color: #0AD667; }
a { background-color: rgb(10,214,103); }
div.DivClassName
{
background-color: #0AD667;
}
.BgClassName
{
background-color: #0AD667;
}
</style>
border-color css
<style>
span { border-color: #0AD667; }
span { border-color: rgb(10,214,103); }
td.TdClassName
{
border-color: #0AD667;
}
.TagClassName
{
border-color: #0AD667;
}
</style>