#A2C65C

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

Shades of Olivine #A2C65C

Tints of Olivine #A2C65C

Color information

#A2C65C (or 0xA2C65C) is unknown color: approx Olivine. HEX triplet: A2, C6 and 5C. RGB value is (162,198,92). Sum of RGB (Red+Green+Blue) = 162+198+92=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C65C is #5D39A3. Grayscale: #AFAFAF. Windows color (decimal): -6109604 or 6080162. OLE color: 6080162.

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

Color convert

RGB16219892-
CMYK0.1800.540.22
HSL80.38º48.18%56.86%-
HSV(B)80.38º53.54%77.65%-
XYZ37.0348.8417.6-
YUV175.1581.07118.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 198 (77.73% from 255) = 43.81%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=35.84%
G=43.81%
B=20.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162198920.1800.540.2280.3848.1856.86
HexA2C65C1203616503039
Octal24230613422066261206071
Binary10100010110001101011100100100110110101101010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C65C; }

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

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

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

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

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

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

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

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