#a1c379

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

Shades of Olivine #A1C379

Tints of Olivine #A1C379

Color information

#A1C379 (or 0xA1C379) is unknown color: approx Olivine. HEX triplet: A1, C3 and 79. RGB value is (161,195,121). Sum of RGB (Red+Green+Blue) = 161+195+121=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C379 is #5E3C86. Grayscale: #B0B0B0. Windows color (decimal): -6175879 or 7979937. OLE color: 7979937.

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

Color convert

RGB161195121-
CMYK0.1700.380.24
HSL87.57º38.14%61.96%-
HSV(B)87.57º37.95%76.47%-
XYZ37.6647.9925.37-
YUV176.496.74117.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=33.75%
G=40.88%
B=25.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951210.1700.380.2487.5738.1461.96
HexA1C379110261858263e
Octal24130317121046301304676
Binary10100001110000111111001100010100110110001011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1c379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1c379; }

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

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

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

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

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

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

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

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