#A1C778

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

Shades of Olivine #A1C778

Tints of Olivine #A1C778

Color information

#A1C778 (or 0xA1C778) is unknown color: approx Olivine. HEX triplet: A1, C7 and 78. RGB value is (161,199,120). Sum of RGB (Red+Green+Blue) = 161+199+120=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C778 is #5E3887. Grayscale: #B2B2B2. Windows color (decimal): -6174856 or 7915425. OLE color: 7915425.

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

Color convert

RGB161199120-
CMYK0.1900.400.22
HSL88.86º41.36%62.55%-
HSV(B)88.86º39.7%78.04%-
XYZ38.5149.7825.35-
YUV178.6394.91115.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 120 (47.27% from 255) = 25%
R=33.54%
G=41.46%
B=25%

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
Decimal1611991200.1900.400.2288.8641.3662.55
HexA1C778130281659293f
Octal24130717023050261315177
Binary10100001110001111111000100110101000101101011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C778; }

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

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

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

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

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

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

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

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