#A5E375

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

Shades of Feijoa #A5E375

Tints of Feijoa #A5E375

Color information

#A5E375 (or 0xA5E375) is unknown color: approx Feijoa. HEX triplet: A5, E3 and 75. RGB value is (165,227,117). Sum of RGB (Red+Green+Blue) = 165+227+117=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E375 is #5A1C8A. Grayscale: #C4C4C4. Windows color (decimal): -5905547 or 7725989. OLE color: 7725989.

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

Color convert

RGB165227117-
CMYK0.2700.480.11
HSL93.82º66.27%67.45%-
HSV(B)93.82º48.46%89.02%-
XYZ46.264.2226.79-
YUV195.9283.46105.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 227 (89.06% from 255) = 44.60%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=32.42%
G=44.60%
B=22.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652271170.2700.480.1193.8266.2767.45
HexA5E3751B030B5e4243
Octal2453431653306013136102103
Binary101001011110001111101011101101100001011101111010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E375; }

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

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

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

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

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

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

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

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