#A8C66D

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

Shades of Olivine #A8C66D

Tints of Olivine #A8C66D

Color information

#A8C66D (or 0xA8C66D) is unknown color: approx Olivine. HEX triplet: A8, C6 and 6D. RGB value is (168,198,109). Sum of RGB (Red+Green+Blue) = 168+198+109=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C66D is #573992. Grayscale: #B3B3B3. Windows color (decimal): -5716371 or 7194280. OLE color: 7194280.

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

Color convert

RGB168198109-
CMYK0.1500.450.22
HSL80.22º43.84%60.2%-
HSV(B)80.22º44.95%77.65%-
XYZ39.149.8222.02-
YUV178.8888.56120.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=35.37%
G=41.68%
B=22.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981090.1500.450.2280.2243.8460.2
HexA8C66DF02D16502c3c
Octal25030615517055261205474
Binary1010100011000110110110111110101101101101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C66D; }

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

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

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

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

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

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

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

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