Shades of Malachite #0AC965
Tints of Malachite #0AC965
RGB
CMYK
RGB Variations
Color information
#0AC965 (or 0x0AC965) is known color: Malachite. HEX triplet: 0A, C9 and 65. RGB value is (10,201,101). Sum of RGB (Red+Green+Blue) = 10+201+101=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC965 is #F5369A. Grayscale: #848484. Windows color (decimal): -16070299 or 6670602. OLE color: 6670602.
HSL color Cylindrical-coordinate representation of color #0AC965: hue angle of 148.59º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC965 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 101 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.21 |
| HSL | 148.59º | 0.91% | 0.41% | - |
| HSV(B) | 148.59º | 0.95% | 0.79% | - |
| XYZ | 23.36 | 42.78 | 19.34 | - |
| YUV | 132.49 | 110.22 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 101 | 0.95 | 0 | 0.50 | 0.21 | 148.59 | 0.91 | 0.41 |
| Hex | A | C9 | 65 | 5F | 0 | 32 | 15 | 95 | 5B | 29 |
| Octal | 12 | 311 | 145 | 137 | 0 | 62 | 25 | 225 | 133 | 51 |
| Binary | 1010 | 11001001 | 1100101 | 1011111 | 0 | 110010 | 10101 | 10010101 | 1011011 | 101001 |
Color Harmonies of #0AC965
Complementary color
Monochromatic Colors of #0AC965
Black with #0AC965
Text Example
Text Example
White with #0AC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC965; }
p { color: rgb(10,201,101); }
H1.HeaderClassName
{
color: #0AC965;
}
.AnyTagClassName
{
color: #0AC965;
}
</style>
background-color css
<style>
a { background-color: #0AC965; }
a { background-color: rgb(10,201,101); }
div.DivClassName
{
background-color: #0AC965;
}
.BgClassName
{
background-color: #0AC965;
}
</style>
border-color css
<style>
span { border-color: #0AC965; }
span { border-color: rgb(10,201,101); }
td.TdClassName
{
border-color: #0AC965;
}
.TagClassName
{
border-color: #0AC965;
}
</style>