#A5D585

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

Shades of Feijoa #A5D585

Tints of Feijoa #A5D585

Color information

#A5D585 (or 0xA5D585) is unknown color: approx Feijoa. HEX triplet: A5, D5 and 85. RGB value is (165,213,133). Sum of RGB (Red+Green+Blue) = 165+213+133=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D585 is #5A2A7A. Grayscale: #BDBDBD. Windows color (decimal): -5909115 or 8770981. OLE color: 8770981.

HSL color Cylindrical-coordinate representation of color #A5D585: hue angle of 96º degrees, saturation: 0.49, 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 #A5D585 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB165213133-
CMYK0.2300.380.16
HSL96º48.78%67.84%-
HSV(B)96º37.56%83.53%-
XYZ43.5457.2830.95-
YUV189.5396.1110.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=32.29%
G=41.68%
B=26.03%

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
Decimal1652131330.2300.380.169648.7867.84
HexA5D5851702610603144
Octal245325205270462014061104
Binary1010010111010101100001011011101001101000011000001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D585; }

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

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

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

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

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

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

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

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