#AADE85

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

Shades of Feijoa #AADE85

Tints of Feijoa #AADE85

Color information

#AADE85 (or 0xAADE85) is unknown color: approx Feijoa. HEX triplet: AA, DE and 85. RGB value is (170,222,133). Sum of RGB (Red+Green+Blue) = 170+222+133=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE85 is #55217A. Grayscale: #C4C4C4. Windows color (decimal): -5579131 or 8773290. OLE color: 8773290.

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

Color convert

RGB170222133-
CMYK0.2300.400.13
HSL95.06º57.42%69.61%-
HSV(B)95.06º40.09%87.06%-
XYZ46.9362.4831.78-
YUV196.3192.27109.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=32.38%
G=42.29%
B=25.33%

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
Decimal1702221330.2300.400.1395.0657.4269.61
HexAADE8517028D5f3946
Octal252336205270501513771106
Binary101010101101111010000101101110101000110110111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE85; }

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

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

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

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

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

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

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

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