#A1C569

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

Shades of Olivine #A1C569

Tints of Olivine #A1C569

Color information

#A1C569 (or 0xA1C569) is unknown color: approx Olivine. HEX triplet: A1, C5 and 69. RGB value is (161,197,105). Sum of RGB (Red+Green+Blue) = 161+197+105=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C569 is #5E3A96. Grayscale: #B0B0B0. Windows color (decimal): -6175383 or 6931873. OLE color: 6931873.

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

Color convert

RGB161197105-
CMYK0.1800.470.23
HSL83.48º44.23%59.22%-
HSV(B)83.48º46.7%77.25%-
XYZ37.2148.5320.77-
YUV175.7588.07117.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 197 (77.34% from 255) = 42.55%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=34.77%
G=42.55%
B=22.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971050.1800.470.2383.4844.2359.22
HexA1C5691202F17532c3b
Octal24130515122057271235473
Binary10100001110001011101001100100101111101111010011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C569; }

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

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

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

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

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

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

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

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