#A1C180

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

Shades of Olivine #A1C180

Tints of Olivine #A1C180

Color information

#A1C180 (or 0xA1C180) is unknown color: approx Olivine. HEX triplet: A1, C1 and 80. RGB value is (161,193,128). Sum of RGB (Red+Green+Blue) = 161+193+128=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C180 is #5E3E7F. Grayscale: #B0B0B0. Windows color (decimal): -6176384 or 8438177. OLE color: 8438177.

HSL color Cylindrical-coordinate representation of color #A1C180: hue angle of 89.54º degrees, saturation: 0.34, 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 #A1C180 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB161193128-
CMYK0.1700.340.24
HSL89.54º34.39%62.94%-
HSV(B)89.54º33.68%75.69%-
XYZ37.6647.2827.56-
YUV176.02100.9117.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=33.40%
G=40.04%
B=26.56%

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
Decimal1611931280.1700.340.2489.5434.3962.94
HexA1C18011022185a223f
Octal24130120021042301324277
Binary101000011100000110000000100010100010110001011010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C180; }

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

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

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

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

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

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

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

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