Shades of Malachite #0AD569
Tints of Malachite #0AD569
RGB
CMYK
RGB Variations
Color information
#0AD569 (or 0x0AD569) is known color: Malachite. HEX triplet: 0A, D5 and 69. RGB value is (10,213,105). Sum of RGB (Red+Green+Blue) = 10+213+105=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD569 is #F52A96. Grayscale: #8C8C8C. Windows color (decimal): -16067223 or 6935818. OLE color: 6935818.
HSL color Cylindrical-coordinate representation of color #0AD569: hue angle of 148.08º 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 #0AD569 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 105 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.16 |
| HSL | 148.08º | 0.91% | 0.44% | - |
| HSV(B) | 148.08º | 0.95% | 0.84% | - |
| XYZ | 26.47 | 48.67 | 21.36 | - |
| YUV | 139.99 | 108.25 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 105 | 0.95 | 0 | 0.51 | 0.16 | 148.08 | 0.91 | 0.44 |
| Hex | A | D5 | 69 | 5F | 0 | 33 | 10 | 94 | 5B | 2C |
| Octal | 12 | 325 | 151 | 137 | 0 | 63 | 20 | 224 | 133 | 54 |
| Binary | 1010 | 11010101 | 1101001 | 1011111 | 0 | 110011 | 10000 | 10010100 | 1011011 | 101100 |
Color Harmonies of #0AD569
Complementary color
Monochromatic Colors of #0AD569
Black with #0AD569
Text Example
Text Example
White with #0AD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD569; }
p { color: rgb(10,213,105); }
H1.HeaderClassName
{
color: #0AD569;
}
.AnyTagClassName
{
color: #0AD569;
}
</style>
background-color css
<style>
a { background-color: #0AD569; }
a { background-color: rgb(10,213,105); }
div.DivClassName
{
background-color: #0AD569;
}
.BgClassName
{
background-color: #0AD569;
}
</style>
border-color css
<style>
span { border-color: #0AD569; }
span { border-color: rgb(10,213,105); }
td.TdClassName
{
border-color: #0AD569;
}
.TagClassName
{
border-color: #0AD569;
}
</style>