#A5D782

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

Shades of Feijoa #A5D782

Tints of Feijoa #A5D782

Color information

#A5D782 (or 0xA5D782) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 82. RGB value is (165,215,130). Sum of RGB (Red+Green+Blue) = 165+215+130=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D782 is #5A287D. Grayscale: #BEBEBE. Windows color (decimal): -5908606 or 8574885. OLE color: 8574885.

HSL color Cylindrical-coordinate representation of color #A5D782: hue angle of 95.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5D782 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB165215130-
CMYK0.2300.400.16
HSL95.29º51.52%67.65%-
HSV(B)95.29º39.53%84.31%-
XYZ43.8558.2130.04-
YUV190.3693.94109.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=32.35%
G=42.16%
B=25.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151300.2300.400.1695.2951.5267.65
HexA5D78217028105f3444
Octal245327202270502013764104
Binary1010010111010111100000101011101010001000010111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D782; }

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

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

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

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

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

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

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

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