#A5D785

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

Shades of Feijoa #A5D785

Tints of Feijoa #A5D785

Color information

#A5D785 (or 0xA5D785) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 85. RGB value is (165,215,133). Sum of RGB (Red+Green+Blue) = 165+215+133=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D785 is #5A287A. Grayscale: #BEBEBE. Windows color (decimal): -5908603 or 8771493. OLE color: 8771493.

HSL color Cylindrical-coordinate representation of color #A5D785: hue angle of 96.59º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5D785 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB165215133-
CMYK0.2300.380.16
HSL96.59º50.62%68.24%-
HSV(B)96.59º38.14%84.31%-
XYZ44.0558.2931.12-
YUV190.795.44109.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=32.16%
G=41.91%
B=25.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151330.2300.380.1696.5950.6268.24
HexA5D7851702610613344
Octal245327205270462014163104
Binary1010010111010111100001011011101001101000011000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D785; }

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

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

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

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

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

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

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

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