#A9EA7A

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

Shades of Feijoa #A9EA7A

Tints of Feijoa #A9EA7A

Color information

#A9EA7A (or 0xA9EA7A) is unknown color: approx Feijoa. HEX triplet: A9, EA and 7A. RGB value is (169,234,122). Sum of RGB (Red+Green+Blue) = 169+234+122=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EA7A is #561585. Grayscale: #CACACA. Windows color (decimal): -5641606 or 8055465. OLE color: 8055465.

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

Color convert

RGB169234122-
CMYK0.2800.480.08
HSL94.82º72.73%69.8%-
HSV(B)94.82º47.86%91.76%-
XYZ49.368.6929.07-
YUV201.882.97104.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=32.19%
G=44.57%
B=23.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692341220.2800.480.0894.8272.7369.8
HexA9EA7A1C03085f4946
Octal2513521723406010137111106
Binary101010011110101011110101110001100001000101111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EA7A; }

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

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

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

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

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

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

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

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