#A0C778

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

Shades of Olivine #A0C778

Tints of Olivine #A0C778

Color information

#A0C778 (or 0xA0C778) is unknown color: approx Olivine. HEX triplet: A0, C7 and 78. RGB value is (160,199,120). Sum of RGB (Red+Green+Blue) = 160+199+120=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C778 is #5F3887. Grayscale: #B2B2B2. Windows color (decimal): -6240392 or 7915424. OLE color: 7915424.

HSL color Cylindrical-coordinate representation of color #A0C778: hue angle of 89.62º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0C778 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB160199120-
CMYK0.2000.400.22
HSL89.62º41.36%62.55%-
HSV(B)89.62º39.7%78.04%-
XYZ38.3149.6825.34-
YUV178.3395.08114.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=33.40%
G=41.54%
B=25.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601991200.2000.400.2289.6241.3662.55
HexA0C77814028165a293f
Octal24030717024050261325177
Binary10100000110001111111000101000101000101101011010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C778; }

 p { color: rgb(160,199,120); }

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

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

 a { background-color: rgb(160,199,120); }

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

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

 span { border-color: rgb(160,199,120); }

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