#AADE72

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

Shades of Feijoa #AADE72

Tints of Feijoa #AADE72

Color information

#AADE72 (or 0xAADE72) is unknown color: approx Feijoa. HEX triplet: AA, DE and 72. RGB value is (170,222,114). Sum of RGB (Red+Green+Blue) = 170+222+114=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE72 is #55218D. Grayscale: #C2C2C2. Windows color (decimal): -5579150 or 7528106. OLE color: 7528106.

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

Color convert

RGB170222114-
CMYK0.2300.490.13
HSL88.89º62.07%65.88%-
HSV(B)88.89º48.65%87.06%-
XYZ45.746225.48-
YUV194.1482.77110.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=33.60%
G=43.87%
B=22.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221140.2300.490.1388.8962.0765.88
HexAADE7217031D593e42
Octal252336162270611513176102
Binary10101010110111101110010101110110001110110110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE72; }

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

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

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

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

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

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

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

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