#A1C676

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

Shades of Olivine #A1C676

Tints of Olivine #A1C676

Color information

#A1C676 (or 0xA1C676) is unknown color: approx Olivine. HEX triplet: A1, C6 and 76. RGB value is (161,198,118). Sum of RGB (Red+Green+Blue) = 161+198+118=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C676 is #5E3989. Grayscale: #B2B2B2. Windows color (decimal): -6175114 or 7784097. OLE color: 7784097.

HSL color Cylindrical-coordinate representation of color #A1C676: hue angle of 87.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C676 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB161198118-
CMYK0.1900.400.22
HSL87.75º41.24%61.96%-
HSV(B)87.75º40.4%77.65%-
XYZ38.1649.2724.64-
YUV177.8294.24116-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 198 (77.73% from 255) = 41.51%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=33.75%
G=41.51%
B=24.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981180.1900.400.2287.7541.2461.96
HexA1C676130281658293e
Octal24130616623050261305176
Binary10100001110001101110110100110101000101101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C676; }

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

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

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

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

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

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

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

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