#A9D992

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

Shades of Feijoa #A9D992

Tints of Feijoa #A9D992

Color information

#A9D992 (or 0xA9D992) is unknown color: approx Feijoa. HEX triplet: A9, D9 and 92. RGB value is (169,217,146). Sum of RGB (Red+Green+Blue) = 169+217+146=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D992 is #56266D. Grayscale: #C2C2C2. Windows color (decimal): -5645934 or 9623977. OLE color: 9623977.

HSL color Cylindrical-coordinate representation of color #A9D992: hue angle of 100.56º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D992 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB169217146-
CMYK0.2200.330.15
HSL100.56º48.3%71.18%-
HSV(B)100.56º32.72%85.1%-
XYZ46.3660.1436.36-
YUV194.55100.6109.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=31.77%
G=40.79%
B=27.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171460.2200.330.15100.5648.371.18
HexA9D99216021F653047
Octal251331222260411714560107
Binary101010011101100110010010101100100001111111001011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D992; }

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

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

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

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

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

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

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

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