Shades of Malachite #0AD669
Tints of Malachite #0AD669
RGB
CMYK
RGB Variations
Color information
#0AD669 (or 0x0AD669) is known color: Malachite. HEX triplet: 0A, D6 and 69. RGB value is (10,214,105). Sum of RGB (Red+Green+Blue) = 10+214+105=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD669 is #F52996. Grayscale: #8C8C8C. Windows color (decimal): -16066967 or 6936074. OLE color: 6936074.
HSL color Cylindrical-coordinate representation of color #0AD669: hue angle of 147.94º 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 #0AD669 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 105 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.16 |
| HSL | 147.94º | 0.91% | 0.44% | - |
| HSV(B) | 147.94º | 0.95% | 0.84% | - |
| XYZ | 26.72 | 49.18 | 21.45 | - |
| YUV | 140.58 | 107.91 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 105 | 0.95 | 0 | 0.51 | 0.16 | 147.94 | 0.91 | 0.44 |
| Hex | A | D6 | 69 | 5F | 0 | 33 | 10 | 94 | 5B | 2C |
| Octal | 12 | 326 | 151 | 137 | 0 | 63 | 20 | 224 | 133 | 54 |
| Binary | 1010 | 11010110 | 1101001 | 1011111 | 0 | 110011 | 10000 | 10010100 | 1011011 | 101100 |
Color Harmonies of #0AD669
Complementary color
Monochromatic Colors of #0AD669
Black with #0AD669
Text Example
Text Example
White with #0AD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD669; }
p { color: rgb(10,214,105); }
H1.HeaderClassName
{
color: #0AD669;
}
.AnyTagClassName
{
color: #0AD669;
}
</style>
background-color css
<style>
a { background-color: #0AD669; }
a { background-color: rgb(10,214,105); }
div.DivClassName
{
background-color: #0AD669;
}
.BgClassName
{
background-color: #0AD669;
}
</style>
border-color css
<style>
span { border-color: #0AD669; }
span { border-color: rgb(10,214,105); }
td.TdClassName
{
border-color: #0AD669;
}
.TagClassName
{
border-color: #0AD669;
}
</style>