#A5E285

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

Shades of Feijoa #A5E285

Tints of Feijoa #A5E285

Color information

#A5E285 (or 0xA5E285) is unknown color: approx Feijoa. HEX triplet: A5, E2 and 85. RGB value is (165,226,133). Sum of RGB (Red+Green+Blue) = 165+226+133=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E285 is #5A1D7A. Grayscale: #C5C5C5. Windows color (decimal): -5905787 or 8774309. OLE color: 8774309.

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

Color convert

RGB165226133-
CMYK0.2700.410.11
HSL99.35º61.59%70.39%-
HSV(B)99.35º41.15%88.63%-
XYZ46.9564.0932.09-
YUV197.1691.79105.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 226 (88.67% from 255) = 43.13%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=31.49%
G=43.13%
B=25.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652261330.2700.410.1199.3561.5970.39
HexA5E2851B029B633e46
Octal245342205330511314376106
Binary101001011110001010000101110110101001101111000111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E285; }

 p { color: rgb(165,226,133); }

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

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

 a { background-color: rgb(165,226,133); }

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

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

 span { border-color: rgb(165,226,133); }

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