#AADE70

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

Shades of Feijoa #AADE70

Tints of Feijoa #AADE70

Color information

#AADE70 (or 0xAADE70) is unknown color: approx Feijoa. HEX triplet: AA, DE and 70. RGB value is (170,222,112). Sum of RGB (Red+Green+Blue) = 170+222+112=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE70 is #55218F. Grayscale: #C2C2C2. Windows color (decimal): -5579152 or 7397034. OLE color: 7397034.

HSL color Cylindrical-coordinate representation of color #AADE70: hue angle of 88.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AADE70 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB170222112-
CMYK0.2300.500.13
HSL88.36º62.5%65.49%-
HSV(B)88.36º49.55%87.06%-
XYZ45.6261.9624.88-
YUV193.9181.77110.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=33.73%
G=44.05%
B=22.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221120.2300.500.1388.3662.565.49
HexAADE7017032D583e41
Octal252336160270621513076101
Binary10101010110111101110000101110110010110110110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE70; }

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

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

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

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

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

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

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

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