Shades of Malachite #0AD965
Tints of Malachite #0AD965
RGB
CMYK
RGB Variations
Color information
#0AD965 (or 0x0AD965) is known color: Malachite. HEX triplet: 0A, D9 and 65. RGB value is (10,217,101). Sum of RGB (Red+Green+Blue) = 10+217+101=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 217 (85.16% from 255 or 66.16% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD965 is #F5269A. Grayscale: #8E8E8E. Windows color (decimal): -16066203 or 6674698. OLE color: 6674698.
HSL color Cylindrical-coordinate representation of color #0AD965: hue angle of 146.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD965 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 101 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.15 |
| HSL | 146.38º | 0.91% | 0.45% | - |
| HSV(B) | 146.38º | 0.95% | 0.85% | - |
| XYZ | 27.29 | 50.63 | 20.65 | - |
| YUV | 141.88 | 104.92 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 101 | 0.95 | 0 | 0.53 | 0.15 | 146.38 | 0.91 | 0.45 |
| Hex | A | D9 | 65 | 5F | 0 | 35 | F | 92 | 5B | 2D |
| Octal | 12 | 331 | 145 | 137 | 0 | 65 | 17 | 222 | 133 | 55 |
| Binary | 1010 | 11011001 | 1100101 | 1011111 | 0 | 110101 | 1111 | 10010010 | 1011011 | 101101 |
Color Harmonies of #0AD965
Complementary color
Monochromatic Colors of #0AD965
Black with #0AD965
Text Example
Text Example
White with #0AD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD965; }
p { color: rgb(10,217,101); }
H1.HeaderClassName
{
color: #0AD965;
}
.AnyTagClassName
{
color: #0AD965;
}
</style>
background-color css
<style>
a { background-color: #0AD965; }
a { background-color: rgb(10,217,101); }
div.DivClassName
{
background-color: #0AD965;
}
.BgClassName
{
background-color: #0AD965;
}
</style>
border-color css
<style>
span { border-color: #0AD965; }
span { border-color: rgb(10,217,101); }
td.TdClassName
{
border-color: #0AD965;
}
.TagClassName
{
border-color: #0AD965;
}
</style>