#AADD85

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

Shades of Feijoa #AADD85

Tints of Feijoa #AADD85

Color information

#AADD85 (or 0xAADD85) is unknown color: approx Feijoa. HEX triplet: AA, DD and 85. RGB value is (170,221,133). Sum of RGB (Red+Green+Blue) = 170+221+133=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD85 is #55227A. Grayscale: #C4C4C4. Windows color (decimal): -5579387 or 8773034. OLE color: 8773034.

HSL color Cylindrical-coordinate representation of color #AADD85: hue angle of 94.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADD85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB170221133-
CMYK0.2300.400.13
HSL94.77º56.41%69.41%-
HSV(B)94.77º39.82%86.67%-
XYZ46.6761.9531.69-
YUV195.7292.6109.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=32.44%
G=42.18%
B=25.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211330.2300.400.1394.7756.4169.41
HexAADD8517028D5f3845
Octal252335205270501513770105
Binary101010101101110110000101101110101000110110111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD85; }

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

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

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

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

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

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

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

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