#A9D98E

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

Shades of Feijoa #A9D98E

Tints of Feijoa #A9D98E

Color information

#A9D98E (or 0xA9D98E) is unknown color: approx Feijoa. HEX triplet: A9, D9 and 8E. RGB value is (169,217,142). Sum of RGB (Red+Green+Blue) = 169+217+142=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D98E is #562671. Grayscale: #C2C2C2. Windows color (decimal): -5645938 or 9361833. OLE color: 9361833.

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

Color convert

RGB169217142-
CMYK0.2200.350.15
HSL98.4º49.67%70.39%-
HSV(B)98.4º34.56%85.1%-
XYZ46.0660.0134.75-
YUV194.198.6110.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=32.01%
G=41.10%
B=26.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171420.2200.350.1598.449.6770.39
HexA9D98E16023F623246
Octal251331216260431714262106
Binary101010011101100110001110101100100011111111000101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D98E; }

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

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

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

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

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

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

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

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