#A2C678

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

Shades of Olivine #A2C678

Tints of Olivine #A2C678

Color information

#A2C678 (or 0xA2C678) is unknown color: approx Olivine. HEX triplet: A2, C6 and 78. RGB value is (162,198,120). Sum of RGB (Red+Green+Blue) = 162+198+120=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C678 is #5D3987. Grayscale: #B2B2B2. Windows color (decimal): -6109576 or 7915170. OLE color: 7915170.

HSL color Cylindrical-coordinate representation of color #A2C678: hue angle of 87.69º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2C678 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB162198120-
CMYK0.1800.390.22
HSL87.69º40.63%62.35%-
HSV(B)87.69º39.39%77.65%-
XYZ38.4849.4325.28-
YUV178.3495.07116.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 120 (47.27% from 255) = 25%
R=33.75%
G=41.25%
B=25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621981200.1800.390.2287.6940.6362.35
HexA2C678120271658293e
Octal24230617022047261305176
Binary10100010110001101111000100100100111101101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C678; }

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

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

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

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

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

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

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

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