#A5D78B

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

Shades of Feijoa #A5D78B

Tints of Feijoa #A5D78B

Color information

#A5D78B (or 0xA5D78B) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 8B. RGB value is (165,215,139). Sum of RGB (Red+Green+Blue) = 165+215+139=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D78B is #5A2874. Grayscale: #BFBFBF. Windows color (decimal): -5908597 or 9164709. OLE color: 9164709.

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

Color convert

RGB165215139-
CMYK0.2300.350.16
HSL99.47º48.72%69.41%-
HSV(B)99.47º35.35%84.31%-
XYZ44.4858.4633.37-
YUV191.3998.44109.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=31.79%
G=41.43%
B=26.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151390.2300.350.1699.4748.7269.41
HexA5D78B1702310633145
Octal245327213270432014361105
Binary1010010111010111100010111011101000111000011000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D78B; }

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

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

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

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

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

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

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

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