#A9E48A

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

Shades of Feijoa #A9E48A

Tints of Feijoa #A9E48A

Color information

#A9E48A (or 0xA9E48A) is unknown color: approx Feijoa. HEX triplet: A9, E4 and 8A. RGB value is (169,228,138). Sum of RGB (Red+Green+Blue) = 169+228+138=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E48A is #561B75. Grayscale: #C8C8C8. Windows color (decimal): -5643126 or 9102505. OLE color: 9102505.

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

Color convert

RGB169228138-
CMYK0.2600.390.11
HSL99.33º62.5%71.76%-
HSV(B)99.33º39.47%89.41%-
XYZ48.6965.7634.17-
YUV200.192.95105.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=31.59%
G=42.62%
B=25.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692281380.2600.390.1199.3362.571.76
HexA9E48A1A027B633e48
Octal251344212320471314376110
Binary101010011110010010001010110100100111101111000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E48A; }

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

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

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

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

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

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

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

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