#A9EA76

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

Shades of Feijoa #A9EA76

Tints of Feijoa #A9EA76

Color information

#A9EA76 (or 0xA9EA76) is unknown color: approx Feijoa. HEX triplet: A9, EA and 76. RGB value is (169,234,118). Sum of RGB (Red+Green+Blue) = 169+234+118=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EA76 is #561589. Grayscale: #C9C9C9. Windows color (decimal): -5641610 or 7793321. OLE color: 7793321.

HSL color Cylindrical-coordinate representation of color #A9EA76: hue angle of 93.62º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9EA76 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB169234118-
CMYK0.2800.500.08
HSL93.62º73.42%69.02%-
HSV(B)93.62º49.57%91.76%-
XYZ49.0668.5927.79-
YUV201.3480.97104.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 234 (91.80% from 255) = 44.91%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=32.44%
G=44.91%
B=22.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692341180.2800.500.0893.6273.4269.02
HexA9EA761C03285e4945
Octal2513521663406210136111105
Binary101010011110101011101101110001100101000101111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EA76; }

 p { color: rgb(169,234,118); }

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

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

 a { background-color: rgb(169,234,118); }

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

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

 span { border-color: rgb(169,234,118); }

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