#A5D176

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

Shades of Feijoa #A5D176

Tints of Feijoa #A5D176

Color information

#A5D176 (or 0xA5D176) is unknown color: approx Feijoa. HEX triplet: A5, D1 and 76. RGB value is (165,209,118). Sum of RGB (Red+Green+Blue) = 165+209+118=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D176 is #5A2E89. Grayscale: #B9B9B9. Windows color (decimal): -5910154 or 7786917. OLE color: 7786917.

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

Color convert

RGB165209118-
CMYK0.2100.440.18
HSL89.01º49.73%64.12%-
HSV(B)89.01º43.54%81.96%-
XYZ41.5954.9125.55-
YUV185.4789.92113.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=33.54%
G=42.48%
B=23.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652091180.2100.440.1889.0149.7364.12
HexA5D1761502C12593240
Octal245321166250542213162100
Binary101001011101000111101101010101011001001010110011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D176; }

 p { color: rgb(165,209,118); }

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

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

 a { background-color: rgb(165,209,118); }

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

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

 span { border-color: rgb(165,209,118); }

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