#A9C66A

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

Shades of Olivine #A9C66A

Tints of Olivine #A9C66A

Color information

#A9C66A (or 0xA9C66A) is unknown color: approx Olivine. HEX triplet: A9, C6 and 6A. RGB value is (169,198,106). Sum of RGB (Red+Green+Blue) = 169+198+106=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C66A is #563995. Grayscale: #B3B3B3. Windows color (decimal): -5650838 or 6997673. OLE color: 6997673.

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

Color convert

RGB169198106-
CMYK0.1500.460.22
HSL78.91º44.66%59.61%-
HSV(B)78.91º46.46%77.65%-
XYZ39.1649.8621.2-
YUV178.8486.89120.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=35.73%
G=41.86%
B=22.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691981060.1500.460.2278.9144.6659.61
HexA9C66AF02E164f2d3c
Octal25130615217056261175574
Binary1010100111000110110101011110101110101101001111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C66A; }

 p { color: rgb(169,198,106); }

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

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

 a { background-color: rgb(169,198,106); }

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

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

 span { border-color: rgb(169,198,106); }

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