#a1e378

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

Shades of Feijoa #A1E378

Tints of Feijoa #A1E378

Color information

#A1E378 (or 0xA1E378) is unknown color: approx Feijoa. HEX triplet: A1, E3 and 78. RGB value is (161,227,120). Sum of RGB (Red+Green+Blue) = 161+227+120=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E378 is #5E1C87. Grayscale: #C3C3C3. Windows color (decimal): -6167688 or 7922593. OLE color: 7922593.

HSL color Cylindrical-coordinate representation of color #A1E378: hue angle of 97.01º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1E378 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB161227120-
CMYK0.2900.470.11
HSL97.01º65.64%68.04%-
HSV(B)97.01º47.14%89.02%-
XYZ45.5663.8727.7-
YUV195.0785.63103.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 227 (89.06% from 255) = 44.69%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=31.69%
G=44.69%
B=23.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271200.2900.470.1197.0165.6468.04
HexA1E3781D02FB614244
Octal2413431703505713141102104
Binary101000011110001111110001110101011111011110000110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1e378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1e378; }

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

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

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

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

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

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

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

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