#A5D680

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

Shades of Feijoa #A5D680

Tints of Feijoa #A5D680

Color information

#A5D680 (or 0xA5D680) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 80. RGB value is (165,214,128). Sum of RGB (Red+Green+Blue) = 165+214+128=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D680 is #5A297F. Grayscale: #BDBDBD. Windows color (decimal): -5908864 or 8443557. OLE color: 8443557.

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

Color convert

RGB165214128-
CMYK0.2300.400.16
HSL94.19º51.19%67.06%-
HSV(B)94.19º40.19%83.92%-
XYZ43.4657.6529.26-
YUV189.5493.27110.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=32.54%
G=42.21%
B=25.25%

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
Decimal1652141280.2300.400.1694.1951.1967.06
HexA5D68017028105e3343
Octal245326200270502013663103
Binary1010010111010110100000001011101010001000010111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D680; }

 p { color: rgb(165,214,128); }

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

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

 a { background-color: rgb(165,214,128); }

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

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

 span { border-color: rgb(165,214,128); }

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