#A9D194

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

Shades of Feijoa #A9D194

Tints of Feijoa #A9D194

Color information

#A9D194 (or 0xA9D194) is unknown color: approx Feijoa. HEX triplet: A9, D1 and 94. RGB value is (169,209,148). Sum of RGB (Red+Green+Blue) = 169+209+148=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D194 is #562E6B. Grayscale: #BEBEBE. Windows color (decimal): -5647980 or 9753001. OLE color: 9753001.

HSL color Cylindrical-coordinate representation of color #A9D194: hue angle of 99.34º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9D194 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB169209148-
CMYK0.1900.290.18
HSL99.34º39.87%70%-
HSV(B)99.34º29.19%81.96%-
XYZ44.5156.1736.51-
YUV190.09104.25112.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=32.13%
G=39.73%
B=28.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692091480.1900.290.1899.3439.8770
HexA9D1941301D12632846
Octal251321224230352214350106
Binary101010011101000110010100100110111011001011000111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D194; }

 p { color: rgb(169,209,148); }

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

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

 a { background-color: rgb(169,209,148); }

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

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

 span { border-color: rgb(169,209,148); }

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