#A1C478

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

Shades of Olivine #A1C478

Tints of Olivine #A1C478

Color information

#A1C478 (or 0xA1C478) is unknown color: approx Olivine. HEX triplet: A1, C4 and 78. RGB value is (161,196,120). Sum of RGB (Red+Green+Blue) = 161+196+120=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C478 is #5E3B87. Grayscale: #B1B1B1. Windows color (decimal): -6175624 or 7914657. OLE color: 7914657.

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

Color convert

RGB161196120-
CMYK0.1800.390.23
HSL87.63º39.18%61.96%-
HSV(B)87.63º38.78%76.86%-
XYZ37.8348.4125.12-
YUV176.8795.9116.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=33.75%
G=41.09%
B=25.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961200.1800.390.2387.6339.1861.96
HexA1C478120271758273e
Octal24130417022047271304776
Binary10100001110001001111000100100100111101111011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C478; }

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

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

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

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

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

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

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

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