#a2c66d

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

Shades of Olivine #A2C66D

Tints of Olivine #A2C66D

Color information

#A2C66D (or 0xA2C66D) is unknown color: approx Olivine. HEX triplet: A2, C6 and 6D. RGB value is (162,198,109). Sum of RGB (Red+Green+Blue) = 162+198+109=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C66D is #5D3992. Grayscale: #B1B1B1. Windows color (decimal): -6109587 or 7194274. OLE color: 7194274.

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

Color convert

RGB162198109-
CMYK0.1800.450.22
HSL84.27º43.84%60.2%-
HSV(B)84.27º44.95%77.65%-
XYZ37.8549.1721.96-
YUV177.0989.57117.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=34.54%
G=42.22%
B=23.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621981090.1800.450.2284.2743.8460.2
HexA2C66D1202D16542c3c
Octal24230615522055261245474
Binary10100010110001101101101100100101101101101010100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2c66d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2c66d; }

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

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

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

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

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

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

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

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