#A3C664

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

Shades of Olivine #A3C664

Tints of Olivine #A3C664

Color information

#A3C664 (or 0xA3C664) is unknown color: approx Olivine. HEX triplet: A3, C6 and 64. RGB value is (163,198,100). Sum of RGB (Red+Green+Blue) = 163+198+100=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C664 is #5C399B. Grayscale: #B0B0B0. Windows color (decimal): -6044060 or 6604451. OLE color: 6604451.

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

Color convert

RGB163198100-
CMYK0.1800.490.22
HSL81.43º46.23%58.43%-
HSV(B)81.43º49.49%77.65%-
XYZ37.649.0919.55-
YUV176.3684.9118.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 198 (77.73% from 255) = 42.95%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=35.36%
G=42.95%
B=21.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631981000.1800.490.2281.4346.2358.43
HexA3C6641203116512e3a
Octal24330614422061261215672
Binary10100011110001101100100100100110001101101010001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C664; }

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

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

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

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

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

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

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

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