#A1C365

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

Shades of Olivine #A1C365

Tints of Olivine #A1C365

Color information

#A1C365 (or 0xA1C365) is unknown color: approx Olivine. HEX triplet: A1, C3 and 65. RGB value is (161,195,101). Sum of RGB (Red+Green+Blue) = 161+195+101=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C365 is #5E3C9A. Grayscale: #AEAEAE. Windows color (decimal): -6175899 or 6669217. OLE color: 6669217.

HSL color Cylindrical-coordinate representation of color #A1C365: hue angle of 81.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1C365 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB161195101-
CMYK0.1700.480.24
HSL81.7º43.93%58.04%-
HSV(B)81.7º48.21%76.47%-
XYZ36.5647.5519.56-
YUV174.1286.74118.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=35.23%
G=42.67%
B=22.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951010.1700.480.2481.743.9358.04
HexA1C3651103018522c3a
Octal24130314521060301225472
Binary10100001110000111100101100010110000110001010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C365; }

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

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

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

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

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

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

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

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