#0ACD70

Color #0ACD70 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0ACD70

Tints of Malachite #0ACD70

Color information

#0ACD70 (or 0x0ACD70) is unknown color: approx 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

RGB10205112-
CMYK0.9500.450.20
HSL151.38º90.7%42.16%-
HSV(B)151.38º95.12%80.39%-
XYZ24.8844.922.68-
YUV136.09114.438.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 3.06%
GREEN value IS 205 (80.47% from 255) = 62.69%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=3.06%
G=62.69%
B=34.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102051120.9500.450.20151.3890.742.16
HexACD705F02D14975b2a
Octal123151601370552422713352
Binary10101100110111100001011111010110110100100101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>