#A9E38D

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

Shades of Feijoa #A9E38D

Tints of Feijoa #A9E38D

Color information

#A9E38D (or 0xA9E38D) is unknown color: approx Feijoa. HEX triplet: A9, E3 and 8D. RGB value is (169,227,141). Sum of RGB (Red+Green+Blue) = 169+227+141=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E38D is #561C72. Grayscale: #C8C8C8. Windows color (decimal): -5643379 or 9298857. OLE color: 9298857.

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

Color convert

RGB169227141-
CMYK0.2600.380.11
HSL100.47º60.56%72.16%-
HSV(B)100.47º37.89%89.02%-
XYZ48.6465.335.24-
YUV199.8594.78105.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 227 (89.06% from 255) = 42.27%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=31.47%
G=42.27%
B=26.26%

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
Decimal1692271410.2600.380.11100.4760.5672.16
HexA9E38D1A026B643d48
Octal251343215320461314475110
Binary101010011110001110001101110100100110101111001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E38D; }

 p { color: rgb(169,227,141); }

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

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

 a { background-color: rgb(169,227,141); }

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

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

 span { border-color: rgb(169,227,141); }

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