#A9E48E

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

Shades of Feijoa #A9E48E

Tints of Feijoa #A9E48E

Color information

#A9E48E (or 0xA9E48E) is unknown color: approx Feijoa. HEX triplet: A9, E4 and 8E. RGB value is (169,228,142). Sum of RGB (Red+Green+Blue) = 169+228+142=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E48E is #561B71. Grayscale: #C8C8C8. Windows color (decimal): -5643122 or 9364649. OLE color: 9364649.

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

Color convert

RGB169228142-
CMYK0.2600.380.11
HSL101.16º61.43%72.55%-
HSV(B)101.16º37.72%89.41%-
XYZ48.9965.8735.72-
YUV200.5594.95105.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=31.35%
G=42.30%
B=26.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692281420.2600.380.11101.1661.4372.55
HexA9E48E1A026B653d49
Octal251344216320461314575111
Binary101010011110010010001110110100100110101111001011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E48E; }

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

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

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

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

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

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

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

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