Shades of Malachite #0AD169
Tints of Malachite #0AD169
RGB
CMYK
RGB Variations
Color information
#0AD169 (or 0x0AD169) is known color: Malachite. HEX triplet: 0A, D1 and 69. RGB value is (10,209,105). Sum of RGB (Red+Green+Blue) = 10+209+105=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD169 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD169 is #F52E96. Grayscale: #898989. Windows color (decimal): -16068247 or 6934794. OLE color: 6934794.
HSL color Cylindrical-coordinate representation of color #0AD169: hue angle of 148.64º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD169 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 105 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.18 |
| HSL | 148.64º | 0.91% | 0.43% | - |
| HSV(B) | 148.64º | 0.95% | 0.82% | - |
| XYZ | 25.48 | 46.69 | 21.03 | - |
| YUV | 137.64 | 109.57 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 105 | 0.95 | 0 | 0.50 | 0.18 | 148.64 | 0.91 | 0.43 |
| Hex | A | D1 | 69 | 5F | 0 | 32 | 12 | 95 | 5B | 2B |
| Octal | 12 | 321 | 151 | 137 | 0 | 62 | 22 | 225 | 133 | 53 |
| Binary | 1010 | 11010001 | 1101001 | 1011111 | 0 | 110010 | 10010 | 10010101 | 1011011 | 101011 |
Color Harmonies of #0AD169
Complementary color
Monochromatic Colors of #0AD169
Black with #0AD169
Text Example
Text Example
White with #0AD169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD169; }
p { color: rgb(10,209,105); }
H1.HeaderClassName
{
color: #0AD169;
}
.AnyTagClassName
{
color: #0AD169;
}
</style>
background-color css
<style>
a { background-color: #0AD169; }
a { background-color: rgb(10,209,105); }
div.DivClassName
{
background-color: #0AD169;
}
.BgClassName
{
background-color: #0AD169;
}
</style>
border-color css
<style>
span { border-color: #0AD169; }
span { border-color: rgb(10,209,105); }
td.TdClassName
{
border-color: #0AD169;
}
.TagClassName
{
border-color: #0AD169;
}
</style>