#AAD98E

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

Shades of Feijoa #AAD98E

Tints of Feijoa #AAD98E

Color information

#AAD98E (or 0xAAD98E) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 8E. RGB value is (170,217,142). Sum of RGB (Red+Green+Blue) = 170+217+142=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD98E is #552671. Grayscale: #C2C2C2. Windows color (decimal): -5580402 or 9361834. OLE color: 9361834.

HSL color Cylindrical-coordinate representation of color #AAD98E: hue angle of 97.6º 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 #AAD98E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB170217142-
CMYK0.2200.350.15
HSL97.6º49.67%70.39%-
HSV(B)97.6º34.56%85.1%-
XYZ46.2760.1234.76-
YUV194.498.43110.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=32.14%
G=41.02%
B=26.84%

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
Decimal1702171420.2200.350.1597.649.6770.39
HexAAD98E16023F623246
Octal252331216260431714262106
Binary101010101101100110001110101100100011111111000101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD98E; }

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

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

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

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

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

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

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

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