#A9E476

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

Shades of Feijoa #A9E476

Tints of Feijoa #A9E476

Color information

#A9E476 (or 0xA9E476) is unknown color: approx Feijoa. HEX triplet: A9, E4 and 76. RGB value is (169,228,118). Sum of RGB (Red+Green+Blue) = 169+228+118=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E476 is #561B89. Grayscale: #C6C6C6. Windows color (decimal): -5643146 or 7791785. OLE color: 7791785.

HSL color Cylindrical-coordinate representation of color #A9E476: hue angle of 92.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9E476 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB169228118-
CMYK0.2600.480.11
HSL92.18º67.07%67.84%-
HSV(B)92.18º48.25%89.41%-
XYZ47.3865.2327.23-
YUV197.8282.95107.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 228 (89.45% from 255) = 44.27%
BLUE value IS 118 (46.48% from 255) = 22.91%
R=32.82%
G=44.27%
B=22.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692281180.2600.480.1192.1867.0767.84
HexA9E4761A030B5c4344
Octal2513441663206013134103104
Binary101010011110010011101101101001100001011101110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E476; }

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

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

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

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

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

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

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

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