#A1C664

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

Shades of Olivine #A1C664

Tints of Olivine #A1C664

Color information

#A1C664 (or 0xA1C664) is unknown color: approx Olivine. HEX triplet: A1, C6 and 64. RGB value is (161,198,100). Sum of RGB (Red+Green+Blue) = 161+198+100=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C664 is #5E399B. Grayscale: #B0B0B0. Windows color (decimal): -6175132 or 6604449. OLE color: 6604449.

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

Color convert

RGB161198100-
CMYK0.1900.490.22
HSL82.65º46.23%58.43%-
HSV(B)82.65º49.49%77.65%-
XYZ37.1948.8919.53-
YUV175.7685.24117.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=35.08%
G=43.14%
B=21.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981000.1900.490.2282.6546.2358.43
HexA1C6641303116532e3a
Octal24130614423061261235672
Binary10100001110001101100100100110110001101101010011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C664; }

 p { color: rgb(161,198,100); }

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

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

 a { background-color: rgb(161,198,100); }

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

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

 span { border-color: rgb(161,198,100); }

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