#A1C57A

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

Shades of Olivine #A1C57A

Tints of Olivine #A1C57A

Color information

#A1C57A (or 0xA1C57A) is unknown color: approx Olivine. HEX triplet: A1, C5 and 7A. RGB value is (161,197,122). Sum of RGB (Red+Green+Blue) = 161+197+122=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C57A is #5E3A85. Grayscale: #B1B1B1. Windows color (decimal): -6175366 or 8045985. OLE color: 8045985.

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

Color convert

RGB161197122-
CMYK0.1800.380.23
HSL88.8º39.27%62.55%-
HSV(B)88.8º38.07%77.25%-
XYZ38.1848.9125.84-
YUV177.6996.57116.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=33.54%
G=41.04%
B=25.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971220.1800.380.2388.839.2762.55
HexA1C57A120261759273f
Octal24130517222046271314777
Binary10100001110001011111010100100100110101111011001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C57A; }

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

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

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

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

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

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

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

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