#A5D978

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

Shades of Feijoa #A5D978

Tints of Feijoa #A5D978

Color information

#A5D978 (or 0xA5D978) is unknown color: approx Feijoa. HEX triplet: A5, D9 and 78. RGB value is (165,217,120). Sum of RGB (Red+Green+Blue) = 165+217+120=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D978 is #5A2687. Grayscale: #BEBEBE. Windows color (decimal): -5908104 or 7920037. OLE color: 7920037.

HSL color Cylindrical-coordinate representation of color #A5D978: hue angle of 92.16º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5D978 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB165217120-
CMYK0.2400.450.15
HSL92.16º56.07%66.08%-
HSV(B)92.16º44.7%85.1%-
XYZ43.7258.9826.85-
YUV190.3988.27109.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=32.87%
G=43.23%
B=23.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652171200.2400.450.1592.1656.0766.08
HexA5D9781802DF5c3842
Octal245331170300551713470102
Binary10100101110110011111000110000101101111110111001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D978; }

 p { color: rgb(165,217,120); }

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

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

 a { background-color: rgb(165,217,120); }

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

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

 span { border-color: rgb(165,217,120); }

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