Shades of Malachite #0AC752
Tints of Malachite #0AC752
RGB
CMYK
RGB Variations
Color information
#0AC752 (or 0x0AC752) is known color: Malachite. HEX triplet: 0A, C7 and 52. RGB value is (10,199,82). Sum of RGB (Red+Green+Blue) = 10+199+82=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 199 (78.12% from 255 or 68.38% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC752 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC752 is #F538AD. Grayscale: #818181. Windows color (decimal): -16070830 or 5424906. OLE color: 5424906.
HSL color Cylindrical-coordinate representation of color #0AC752: hue angle of 142.86º 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 #0AC752 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 82 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.22 |
| HSL | 142.86º | 0.9% | 0.41% | - |
| HSV(B) | 142.86º | 0.95% | 0.78% | - |
| XYZ | 22.07 | 41.52 | 14.83 | - |
| YUV | 129.15 | 101.38 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 82 | 0.95 | 0 | 0.59 | 0.22 | 142.86 | 0.9 | 0.41 |
| Hex | A | C7 | 52 | 5F | 0 | 3B | 16 | 8F | 5A | 29 |
| Octal | 12 | 307 | 122 | 137 | 0 | 73 | 26 | 217 | 132 | 51 |
| Binary | 1010 | 11000111 | 1010010 | 1011111 | 0 | 111011 | 10110 | 10001111 | 1011010 | 101001 |
Color Harmonies of #0AC752
Complementary color
Monochromatic Colors of #0AC752
Black with #0AC752
Text Example
Text Example
White with #0AC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC752; }
p { color: rgb(10,199,82); }
H1.HeaderClassName
{
color: #0AC752;
}
.AnyTagClassName
{
color: #0AC752;
}
</style>
background-color css
<style>
a { background-color: #0AC752; }
a { background-color: rgb(10,199,82); }
div.DivClassName
{
background-color: #0AC752;
}
.BgClassName
{
background-color: #0AC752;
}
</style>
border-color css
<style>
span { border-color: #0AC752; }
span { border-color: rgb(10,199,82); }
td.TdClassName
{
border-color: #0AC752;
}
.TagClassName
{
border-color: #0AC752;
}
</style>