#A5D78E

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

Shades of Feijoa #A5D78E

Tints of Feijoa #A5D78E

Color information

#A5D78E (or 0xA5D78E) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 8E. RGB value is (165,215,142). Sum of RGB (Red+Green+Blue) = 165+215+142=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D78E is #5A2871. Grayscale: #BFBFBF. Windows color (decimal): -5908594 or 9361317. OLE color: 9361317.

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

Color convert

RGB165215142-
CMYK0.2300.340.16
HSL101.1º47.71%70%-
HSV(B)101.1º33.95%84.31%-
XYZ44.758.5534.54-
YUV191.7399.94108.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=31.61%
G=41.19%
B=27.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151420.2300.340.16101.147.7170
HexA5D78E1702210653046
Octal245327216270422014560106
Binary1010010111010111100011101011101000101000011001011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D78E; }

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

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

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

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

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

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

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

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