#A9D492

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

Shades of Feijoa #A9D492

Tints of Feijoa #A9D492

Color information

#A9D492 (or 0xA9D492) is unknown color: approx Feijoa. HEX triplet: A9, D4 and 92. RGB value is (169,212,146). Sum of RGB (Red+Green+Blue) = 169+212+146=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D492 is #562B6D. Grayscale: #BFBFBF. Windows color (decimal): -5647214 or 9622697. OLE color: 9622697.

HSL color Cylindrical-coordinate representation of color #A9D492: hue angle of 99.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9D492 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB169212146-
CMYK0.2000.310.17
HSL99.09º43.42%70.2%-
HSV(B)99.09º31.13%83.14%-
XYZ45.0957.635.93-
YUV191.62102.25111.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=32.07%
G=40.23%
B=27.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692121460.2000.310.1799.0943.4270.2
HexA9D4921401F11632b46
Octal251324222240372114353106
Binary101010011101010010010010101000111111000111000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D492; }

 p { color: rgb(169,212,146); }

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

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

 a { background-color: rgb(169,212,146); }

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

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

 span { border-color: rgb(169,212,146); }

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