#AADE7C

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

Shades of Feijoa #AADE7C

Tints of Feijoa #AADE7C

Color information

#AADE7C (or 0xAADE7C) is unknown color: approx Feijoa. HEX triplet: AA, DE and 7C. RGB value is (170,222,124). Sum of RGB (Red+Green+Blue) = 170+222+124=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE7C is #552183. Grayscale: #C3C3C3. Windows color (decimal): -5579140 or 8183466. OLE color: 8183466.

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

Color convert

RGB170222124-
CMYK0.2300.440.13
HSL91.84º59.76%67.84%-
HSV(B)91.84º44.14%87.06%-
XYZ46.3462.2428.64-
YUV195.2887.77109.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 124 (48.83% from 255) = 24.03%
R=32.95%
G=43.02%
B=24.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221240.2300.440.1391.8459.7667.84
HexAADE7C1702CD5c3c44
Octal252336174270541513474104
Binary10101010110111101111100101110101100110110111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE7C; }

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

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

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

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

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

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

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

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