#A9EA6D

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

Shades of Feijoa #A9EA6D

Tints of Feijoa #A9EA6D

Color information

#A9EA6D (or 0xA9EA6D) is unknown color: approx Feijoa. HEX triplet: A9, EA and 6D. RGB value is (169,234,109). Sum of RGB (Red+Green+Blue) = 169+234+109=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EA6D is #561592. Grayscale: #C8C8C8. Windows color (decimal): -5641619 or 7203497. OLE color: 7203497.

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

Color convert

RGB169234109-
CMYK0.2800.530.08
HSL91.2º74.85%67.25%-
HSV(B)91.2º53.42%91.76%-
XYZ48.5568.3825.11-
YUV200.3276.47105.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=33.01%
G=45.70%
B=21.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692341090.2800.530.0891.274.8567.25
HexA9EA6D1C03585b4b43
Octal2513521553406510133113103
Binary101010011110101011011011110001101011000101101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EA6D; }

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

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

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

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

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

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

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

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