Shades of Malachite #0ACD70
Tints of Malachite #0ACD70
RGB
CMYK
RGB Variations
Color information
#0ACD70 (or 0x0ACD70) is known color: Malachite. HEX triplet: 0A, CD and 70. RGB value is (10,205,112). Sum of RGB (Red+Green+Blue) = 10+205+112=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 205 (80.47% from 255 or 62.69% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACD70 is #F5328F. Grayscale: #888888. Windows color (decimal): -16069264 or 7392522. OLE color: 7392522.
HSL color Cylindrical-coordinate representation of color #0ACD70: hue angle of 151.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACD70 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 205 | 112 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.20 |
| HSL | 151.38º | 0.91% | 0.42% | - |
| HSV(B) | 151.38º | 0.95% | 0.8% | - |
| XYZ | 24.88 | 44.9 | 22.68 | - |
| YUV | 136.09 | 114.4 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 112 | 0.95 | 0 | 0.45 | 0.20 | 151.38 | 0.91 | 0.42 |
| Hex | A | CD | 70 | 5F | 0 | 2D | 14 | 97 | 5B | 2A |
| Octal | 12 | 315 | 160 | 137 | 0 | 55 | 24 | 227 | 133 | 52 |
| Binary | 1010 | 11001101 | 1110000 | 1011111 | 0 | 101101 | 10100 | 10010111 | 1011011 | 101010 |
Color Harmonies of #0ACD70
Complementary color
Monochromatic Colors of #0ACD70
Black with #0ACD70
Text Example
Text Example
White with #0ACD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACD70; }
p { color: rgb(10,205,112); }
H1.HeaderClassName
{
color: #0ACD70;
}
.AnyTagClassName
{
color: #0ACD70;
}
</style>
background-color css
<style>
a { background-color: #0ACD70; }
a { background-color: rgb(10,205,112); }
div.DivClassName
{
background-color: #0ACD70;
}
.BgClassName
{
background-color: #0ACD70;
}
</style>
border-color css
<style>
span { border-color: #0ACD70; }
span { border-color: rgb(10,205,112); }
td.TdClassName
{
border-color: #0ACD70;
}
.TagClassName
{
border-color: #0ACD70;
}
</style>