#AADA95

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

Shades of Feijoa #AADA95

Tints of Feijoa #AADA95

Color information

#AADA95 (or 0xAADA95) is unknown color: approx Feijoa. HEX triplet: AA, DA and 95. RGB value is (170,218,149). Sum of RGB (Red+Green+Blue) = 170+218+149=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA95 is #55256A. Grayscale: #C4C4C4. Windows color (decimal): -5580139 or 9820842. OLE color: 9820842.

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

Color convert

RGB170218149-
CMYK0.2200.320.15
HSL101.74º48.25%71.96%-
HSV(B)101.74º31.65%85.49%-
XYZ47.0760.8637.7-
YUV195.78101.6109.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=31.66%
G=40.60%
B=27.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181490.2200.320.15101.7448.2571.96
HexAADA9516020F663048
Octal252332225260401714660110
Binary101010101101101010010101101100100000111111001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA95; }

 p { color: rgb(170,218,149); }

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

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

 a { background-color: rgb(170,218,149); }

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

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

 span { border-color: rgb(170,218,149); }

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