#0ACD66

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

Shades of Malachite #0ACD66

Tints of Malachite #0ACD66

Color information

#0ACD66 (or 0x0ACD66) is unknown color: approx Malachite. HEX triplet: 0A, CD and 66. RGB value is (10,205,102). Sum of RGB (Red+Green+Blue) = 10+205+102=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACD66 is #F53299. Grayscale: #878787. Windows color (decimal): -16069274 or 6737162. OLE color: 6737162.

HSL color Cylindrical-coordinate representation of color #0ACD66: hue angle of 148.31º 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 #0ACD66 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB10205102-
CMYK0.9500.500.20
HSL148.31º90.7%42.16%-
HSV(B)148.31º95.12%80.39%-
XYZ24.3544.6919.91-
YUV134.95109.438.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 205 (80.47% from 255) = 64.67%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=3.15%
G=64.67%
B=32.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102051020.9500.500.20148.3190.742.16
HexACD665F03214945b2a
Octal123151461370622422413352
Binary10101100110111001101011111011001010100100101001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ACD66; }

 p { color: rgb(10,205,102); }

 H1.HeaderClassName
 {
   color: #0ACD66;
 }
 .AnyTagClassName
 {
   color: #0ACD66;
 }
</style>
background-color css

<style>
 a { background-color: #0ACD66; }

 a { background-color: rgb(10,205,102); }

 div.DivClassName
 {
   background-color: #0ACD66;
 }
 .BgClassName
 {
   background-color: #0ACD66;
 }
</style>
border-color css

<style>
 span { border-color: #0ACD66; }

 span { border-color: rgb(10,205,102); }

 td.TdClassName
 {
   border-color: #0ACD66;
 }
 .TagClassName
 {
   border-color: #0ACD66;
 }
</style>