#A5D56F

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

Shades of Feijoa #A5D56F

Tints of Feijoa #A5D56F

Color information

#A5D56F (or 0xA5D56F) is unknown color: approx Feijoa. HEX triplet: A5, D5 and 6F. RGB value is (165,213,111). Sum of RGB (Red+Green+Blue) = 165+213+111=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D56F is #5A2A90. Grayscale: #BBBBBB. Windows color (decimal): -5909137 or 7329189. OLE color: 7329189.

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

Color convert

RGB165213111-
CMYK0.2300.480.16
HSL88.24º54.84%63.53%-
HSV(B)88.24º47.89%83.53%-
XYZ42.1856.7423.77-
YUV187.0285.1112.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=33.74%
G=43.56%
B=22.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131110.2300.480.1688.2454.8463.53
HexA5D56F1703010583740
Octal245325157270602013067100
Binary101001011101010111011111011101100001000010110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D56F; }

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

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

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

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

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

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

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

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