#A1E978

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

Shades of Feijoa #A1E978

Tints of Feijoa #A1E978

Color information

#A1E978 (or 0xA1E978) is unknown color: approx Feijoa. HEX triplet: A1, E9 and 78. RGB value is (161,233,120). Sum of RGB (Red+Green+Blue) = 161+233+120=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E978 is #5E1687. Grayscale: #C6C6C6. Windows color (decimal): -6166152 or 7924129. OLE color: 7924129.

HSL color Cylindrical-coordinate representation of color #A1E978: hue angle of 98.23º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1E978 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB161233120-
CMYK0.3100.480.09
HSL98.23º71.97%69.22%-
HSV(B)98.23º48.5%91.37%-
XYZ47.2367.2128.25-
YUV198.5983.65101.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=31.32%
G=45.33%
B=23.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331200.3100.480.0998.2371.9769.22
HexA1E9781F0309624845
Octal2413511703706011142110105
Binary101000011110100111110001111101100001001110001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E978; }

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

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

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

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

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

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

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

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