#A5D26E

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

Shades of Feijoa #A5D26E

Tints of Feijoa #A5D26E

Color information

#A5D26E (or 0xA5D26E) is unknown color: approx Feijoa. HEX triplet: A5, D2 and 6E. RGB value is (165,210,110). Sum of RGB (Red+Green+Blue) = 165+210+110=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D26E is #5A2D91. Grayscale: #B9B9B9. Windows color (decimal): -5909906 or 7262885. OLE color: 7262885.

HSL color Cylindrical-coordinate representation of color #A5D26E: hue angle of 87º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5D26E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB165210110-
CMYK0.2100.480.18
HSL87º52.63%62.75%-
HSV(B)87º47.62%82.35%-
XYZ41.3855.2223.23-
YUV185.1485.59113.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=34.02%
G=43.30%
B=22.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101100.2100.480.188752.6362.75
HexA5D26E150301257353f
Octal24532215625060221276577
Binary10100101110100101101110101010110000100101010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D26E; }

 p { color: rgb(165,210,110); }

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

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

 a { background-color: rgb(165,210,110); }

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

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

 span { border-color: rgb(165,210,110); }

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