#A1C567

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

Shades of Olivine #A1C567

Tints of Olivine #A1C567

Color information

#A1C567 (or 0xA1C567) is unknown color: approx Olivine. HEX triplet: A1, C5 and 67. RGB value is (161,197,103). Sum of RGB (Red+Green+Blue) = 161+197+103=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C567 is #5E3A98. Grayscale: #AFAFAF. Windows color (decimal): -6175385 or 6800801. OLE color: 6800801.

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

Color convert

RGB161197103-
CMYK0.1800.480.23
HSL82.98º44.76%58.82%-
HSV(B)82.98º47.72%77.25%-
XYZ37.1148.4920.24-
YUV175.5287.07117.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 197 (77.34% from 255) = 42.73%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=34.92%
G=42.73%
B=22.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971030.1800.480.2382.9844.7658.82
HexA1C5671203017532d3b
Octal24130514722060271235573
Binary10100001110001011100111100100110000101111010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C567; }

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

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

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

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

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

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

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

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