#A9E385

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

Shades of Feijoa #A9E385

Tints of Feijoa #A9E385

Color information

#A9E385 (or 0xA9E385) is unknown color: approx Feijoa. HEX triplet: A9, E3 and 85. RGB value is (169,227,133). Sum of RGB (Red+Green+Blue) = 169+227+133=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E385 is #561C7A. Grayscale: #C7C7C7. Windows color (decimal): -5643387 or 8774569. OLE color: 8774569.

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

Color convert

RGB169227133-
CMYK0.2600.410.11
HSL97.02º62.67%70.59%-
HSV(B)97.02º41.41%89.02%-
XYZ48.0665.0732.22-
YUV198.9490.78106.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 227 (89.06% from 255) = 42.91%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=31.95%
G=42.91%
B=25.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692271330.2600.410.1197.0262.6770.59
HexA9E3851A029B613f47
Octal251343205320511314177107
Binary101010011110001110000101110100101001101111000011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E385; }

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

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

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

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

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

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

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

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