#AADE8E

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

Shades of Feijoa #AADE8E

Tints of Feijoa #AADE8E

Color information

#AADE8E (or 0xAADE8E) is unknown color: approx Feijoa. HEX triplet: AA, DE and 8E. RGB value is (170,222,142). Sum of RGB (Red+Green+Blue) = 170+222+142=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE8E is #552171. Grayscale: #C5C5C5. Windows color (decimal): -5579122 or 9363114. OLE color: 9363114.

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

Color convert

RGB170222142-
CMYK0.2300.360.13
HSL99º54.79%71.37%-
HSV(B)99º36.04%87.06%-
XYZ47.5862.7435.19-
YUV197.3396.77108.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=31.84%
G=41.57%
B=26.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221420.2300.360.139954.7971.37
HexAADE8E17024D633747
Octal252336216270441514367107
Binary101010101101111010001110101110100100110111000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE8E; }

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

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

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

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

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

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

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

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