#A1C565

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

Shades of Olivine #A1C565

Tints of Olivine #A1C565

Color information

#A1C565 (or 0xA1C565) is unknown color: approx Olivine. HEX triplet: A1, C5 and 65. RGB value is (161,197,101). Sum of RGB (Red+Green+Blue) = 161+197+101=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C565 is #5E3A9A. Grayscale: #AFAFAF. Windows color (decimal): -6175387 or 6669729. OLE color: 6669729.

HSL color Cylindrical-coordinate representation of color #A1C565: hue angle of 82.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C565 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB161197101-
CMYK0.1800.490.23
HSL82.5º45.28%58.43%-
HSV(B)82.5º48.73%77.25%-
XYZ37.0148.4519.71-
YUV175.2986.07117.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=35.08%
G=42.92%
B=22.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971010.1800.490.2382.545.2858.43
HexA1C5651203117522d3a
Octal24130514522061271225572
Binary10100001110001011100101100100110001101111010010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C565; }

 p { color: rgb(161,197,101); }

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

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

 a { background-color: rgb(161,197,101); }

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

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

 span { border-color: rgb(161,197,101); }

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