#AADD94

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

Shades of Feijoa #AADD94

Tints of Feijoa #AADD94

Color information

#AADD94 (or 0xAADD94) is unknown color: approx Feijoa. HEX triplet: AA, DD and 94. RGB value is (170,221,148). Sum of RGB (Red+Green+Blue) = 170+221+148=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD94 is #55226B. Grayscale: #C5C5C5. Windows color (decimal): -5579372 or 9756074. OLE color: 9756074.

HSL color Cylindrical-coordinate representation of color #AADD94: hue angle of 101.92º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADD94 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB170221148-
CMYK0.2300.330.13
HSL101.92º51.77%72.35%-
HSV(B)101.92º33.03%86.67%-
XYZ47.7862.437.54-
YUV197.43100.1108.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=31.54%
G=41.00%
B=27.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211480.2300.330.13101.9251.7772.35
HexAADD9417021D663448
Octal252335224270411514664110
Binary101010101101110110010100101110100001110111001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD94; }

 p { color: rgb(170,221,148); }

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

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

 a { background-color: rgb(170,221,148); }

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

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

 span { border-color: rgb(170,221,148); }

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