#A9EB85

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

Shades of Feijoa #A9EB85

Tints of Feijoa #A9EB85

Color information

#A9EB85 (or 0xA9EB85) is unknown color: approx Feijoa. HEX triplet: A9, EB and 85. RGB value is (169,235,133). Sum of RGB (Red+Green+Blue) = 169+235+133=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EB85 is #56147A. Grayscale: #CBCBCB. Windows color (decimal): -5641339 or 8776617. OLE color: 8776617.

HSL color Cylindrical-coordinate representation of color #A9EB85: hue angle of 98.82º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9EB85 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB169235133-
CMYK0.2800.430.08
HSL98.82º71.83%72.16%-
HSV(B)98.82º43.4%92.16%-
XYZ50.369.5532.96-
YUV203.6488.13103.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 235 (92.19% from 255) = 43.76%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=31.47%
G=43.76%
B=24.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692351330.2800.430.0898.8271.8372.16
HexA9EB851C02B8634848
Octal2513532053405310143110110
Binary1010100111101011100001011110001010111000110001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EB85; }

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

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

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

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

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

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

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

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