#A5E378

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

Shades of Feijoa #A5E378

Tints of Feijoa #A5E378

Color information

#A5E378 (or 0xA5E378) is unknown color: approx Feijoa. HEX triplet: A5, E3 and 78. RGB value is (165,227,120). Sum of RGB (Red+Green+Blue) = 165+227+120=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E378 is #5A1C87. Grayscale: #C4C4C4. Windows color (decimal): -5905544 or 7922597. OLE color: 7922597.

HSL color Cylindrical-coordinate representation of color #A5E378: hue angle of 94.77º 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 #A5E378 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB165227120-
CMYK0.2700.470.11
HSL94.77º65.64%68.04%-
HSV(B)94.77º47.14%89.02%-
XYZ46.3864.2927.73-
YUV196.2684.96105.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 227 (89.06% from 255) = 44.34%
BLUE value IS 120 (47.27% from 255) = 23.44%
R=32.23%
G=44.34%
B=23.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652271200.2700.470.1194.7765.6468.04
HexA5E3781B02FB5f4244
Octal2453431703305713137102104
Binary101001011110001111110001101101011111011101111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E378; }

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

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

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

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

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

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

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

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