#A1C176

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

Shades of Olivine #A1C176

Tints of Olivine #A1C176

Color information

#A1C176 (or 0xA1C176) is unknown color: approx Olivine. HEX triplet: A1, C1 and 76. RGB value is (161,193,118). Sum of RGB (Red+Green+Blue) = 161+193+118=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C176 is #5E3E89. Grayscale: #AFAFAF. Windows color (decimal): -6176394 or 7782817. OLE color: 7782817.

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

Color convert

RGB161193118-
CMYK0.1700.390.24
HSL85.6º37.69%60.98%-
HSV(B)85.6º38.86%75.69%-
XYZ37.0447.0324.26-
YUV174.8895.9118.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 118 (46.48% from 255) = 25%
R=34.11%
G=40.89%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931180.1700.390.2485.637.6960.98
HexA1C176110271856263d
Octal24130116621047301264675
Binary10100001110000011110110100010100111110001010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C176; }

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

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

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

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

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

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

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

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