#A5D882

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

Shades of Feijoa #A5D882

Tints of Feijoa #A5D882

Color information

#A5D882 (or 0xA5D882) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 82. RGB value is (165,216,130). Sum of RGB (Red+Green+Blue) = 165+216+130=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D882 is #5A277D. Grayscale: #BFBFBF. Windows color (decimal): -5908350 or 8575141. OLE color: 8575141.

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

Color convert

RGB165216130-
CMYK0.2400.400.15
HSL95.58º52.44%67.84%-
HSV(B)95.58º39.81%84.71%-
XYZ44.158.7230.13-
YUV190.9593.6109.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=32.29%
G=42.27%
B=25.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161300.2400.400.1595.5852.4467.84
HexA5D88218028F603444
Octal245330202300501714064104
Binary101001011101100010000010110000101000111111000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D882; }

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

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

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

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

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

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

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

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