Shades of Malachite #0AC769
Tints of Malachite #0AC769
RGB
CMYK
RGB Variations
Color information
#0AC769 (or 0x0AC769) is known color: Malachite. HEX triplet: 0A, C7 and 69. RGB value is (10,199,105). Sum of RGB (Red+Green+Blue) = 10+199+105=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 199 (78.12% from 255 or 63.38% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC769 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC769 is #F53896. Grayscale: #838383. Windows color (decimal): -16070807 or 6932234. OLE color: 6932234.
HSL color Cylindrical-coordinate representation of color #0AC769: hue angle of 150.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC769 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 105 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.22 |
| HSL | 150.16º | 0.9% | 0.41% | - |
| HSV(B) | 150.16º | 0.95% | 0.78% | - |
| XYZ | 23.1 | 41.93 | 20.24 | - |
| YUV | 131.77 | 112.88 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 105 | 0.95 | 0 | 0.47 | 0.22 | 150.16 | 0.9 | 0.41 |
| Hex | A | C7 | 69 | 5F | 0 | 2F | 16 | 96 | 5A | 29 |
| Octal | 12 | 307 | 151 | 137 | 0 | 57 | 26 | 226 | 132 | 51 |
| Binary | 1010 | 11000111 | 1101001 | 1011111 | 0 | 101111 | 10110 | 10010110 | 1011010 | 101001 |
Color Harmonies of #0AC769
Complementary color
Monochromatic Colors of #0AC769
Black with #0AC769
Text Example
Text Example
White with #0AC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC769; }
p { color: rgb(10,199,105); }
H1.HeaderClassName
{
color: #0AC769;
}
.AnyTagClassName
{
color: #0AC769;
}
</style>
background-color css
<style>
a { background-color: #0AC769; }
a { background-color: rgb(10,199,105); }
div.DivClassName
{
background-color: #0AC769;
}
.BgClassName
{
background-color: #0AC769;
}
</style>
border-color css
<style>
span { border-color: #0AC769; }
span { border-color: rgb(10,199,105); }
td.TdClassName
{
border-color: #0AC769;
}
.TagClassName
{
border-color: #0AC769;
}
</style>