#A1C380

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

Shades of Olivine #A1C380

Tints of Olivine #A1C380

Color information

#A1C380 (or 0xA1C380) is unknown color: approx Olivine. HEX triplet: A1, C3 and 80. RGB value is (161,195,128). Sum of RGB (Red+Green+Blue) = 161+195+128=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C380 is #5E3C7F. Grayscale: #B1B1B1. Windows color (decimal): -6175872 or 8438689. OLE color: 8438689.

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

Color convert

RGB161195128-
CMYK0.1700.340.24
HSL90.45º35.83%63.33%-
HSV(B)90.45º34.36%76.47%-
XYZ38.1148.1727.71-
YUV177.2100.24116.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 195 (76.56% from 255) = 40.29%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=33.26%
G=40.29%
B=26.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951280.1700.340.2490.4535.8363.33
HexA1C38011022185a243f
Octal24130320021042301324477
Binary101000011100001110000000100010100010110001011010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C380; }

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

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

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

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

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

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

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

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