#A1C578

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

Shades of Olivine #A1C578

Tints of Olivine #A1C578

Color information

#A1C578 (or 0xA1C578) is unknown color: approx Olivine. HEX triplet: A1, C5 and 78. RGB value is (161,197,120). Sum of RGB (Red+Green+Blue) = 161+197+120=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C578 is #5E3A87. Grayscale: #B1B1B1. Windows color (decimal): -6175368 or 7914913. OLE color: 7914913.

HSL color Cylindrical-coordinate representation of color #A1C578: hue angle of 88.05º degrees, saturation: 0.4, 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 #A1C578 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB161197120-
CMYK0.1800.390.23
HSL88.05º39.9%62.16%-
HSV(B)88.05º39.09%77.25%-
XYZ38.0548.8725.2-
YUV177.4695.57116.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=33.68%
G=41.21%
B=25.10%

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
Decimal1611971200.1800.390.2388.0539.962.16
HexA1C578120271758283e
Octal24130517022047271305076
Binary10100001110001011111000100100100111101111011000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C578; }

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

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

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

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

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

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

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

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