#A5D87E

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

Shades of Feijoa #A5D87E

Tints of Feijoa #A5D87E

Color information

#A5D87E (or 0xA5D87E) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 7E. RGB value is (165,216,126). Sum of RGB (Red+Green+Blue) = 165+216+126=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D87E is #5A2781. Grayscale: #BEBEBE. Windows color (decimal): -5908354 or 8312997. OLE color: 8312997.

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

Color convert

RGB165216126-
CMYK0.2400.420.15
HSL94º53.57%67.06%-
HSV(B)94º41.67%84.71%-
XYZ43.8458.6228.74-
YUV190.4991.6109.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=32.54%
G=42.60%
B=24.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161260.2400.420.159453.5767.06
HexA5D87E1802AF5e3643
Octal245330176300521713666103
Binary10100101110110001111110110000101010111110111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D87E; }

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

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

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

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

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

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

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

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