#A2C778

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

Shades of Olivine #A2C778

Tints of Olivine #A2C778

Color information

#A2C778 (or 0xA2C778) is unknown color: approx Olivine. HEX triplet: A2, C7 and 78. RGB value is (162,199,120). Sum of RGB (Red+Green+Blue) = 162+199+120=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C778 is #5D3887. Grayscale: #B3B3B3. Windows color (decimal): -6109320 or 7915426. OLE color: 7915426.

HSL color Cylindrical-coordinate representation of color #A2C778: hue angle of 88.1º 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 #A2C778 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB162199120-
CMYK0.1900.400.22
HSL88.1º41.36%62.55%-
HSV(B)88.1º39.7%78.04%-
XYZ38.7149.8825.36-
YUV178.9394.74115.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 199 (78.12% from 255) = 41.37%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=33.68%
G=41.37%
B=24.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991200.1900.400.2288.141.3662.55
HexA2C778130281658293f
Octal24230717023050261305177
Binary10100010110001111111000100110101000101101011000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C778; }

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

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

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

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

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

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

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

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