#A1C476

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

Shades of Olivine #A1C476

Tints of Olivine #A1C476

Color information

#A1C476 (or 0xA1C476) is unknown color: approx Olivine. HEX triplet: A1, C4 and 76. RGB value is (161,196,118). Sum of RGB (Red+Green+Blue) = 161+196+118=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C476 is #5E3B89. Grayscale: #B0B0B0. Windows color (decimal): -6175626 or 7783585. OLE color: 7783585.

HSL color Cylindrical-coordinate representation of color #A1C476: hue angle of 86.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C476 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB161196118-
CMYK0.1800.400.23
HSL86.92º39.8%61.57%-
HSV(B)86.92º39.8%76.86%-
XYZ37.7148.3624.49-
YUV176.6494.9116.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=33.89%
G=41.26%
B=24.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961180.1800.400.2386.9239.861.57
HexA1C476120281757283e
Octal24130416622050271275076
Binary10100001110001001110110100100101000101111010111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C476; }

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

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

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

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

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

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

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

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