#A5D76F

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

Shades of Feijoa #A5D76F

Tints of Feijoa #A5D76F

Color information

#A5D76F (or 0xA5D76F) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 6F. RGB value is (165,215,111). Sum of RGB (Red+Green+Blue) = 165+215+111=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D76F is #5A2890. Grayscale: #BCBCBC. Windows color (decimal): -5908625 or 7329701. OLE color: 7329701.

HSL color Cylindrical-coordinate representation of color #A5D76F: hue angle of 88.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5D76F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB165215111-
CMYK0.2300.480.16
HSL88.85º56.52%63.92%-
HSV(B)88.85º48.37%84.31%-
XYZ42.6957.7523.94-
YUV188.1984.44111.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 111 (43.75% from 255) = 22.61%
R=33.60%
G=43.79%
B=22.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151110.2300.480.1688.8556.5263.92
HexA5D76F1703010593940
Octal245327157270602013171100
Binary101001011101011111011111011101100001000010110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D76F; }

 p { color: rgb(165,215,111); }

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

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

 a { background-color: rgb(165,215,111); }

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

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

 span { border-color: rgb(165,215,111); }

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