#AADE78

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

Shades of Feijoa #AADE78

Tints of Feijoa #AADE78

Color information

#AADE78 (or 0xAADE78) is unknown color: approx Feijoa. HEX triplet: AA, DE and 78. RGB value is (170,222,120). Sum of RGB (Red+Green+Blue) = 170+222+120=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE78 is #552187. Grayscale: #C3C3C3. Windows color (decimal): -5579144 or 7921322. OLE color: 7921322.

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

Color convert

RGB170222120-
CMYK0.2300.460.13
HSL90.59º60.71%67.06%-
HSV(B)90.59º45.95%87.06%-
XYZ46.0962.1427.34-
YUV194.8285.77110.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 120 (47.27% from 255) = 23.44%
R=33.20%
G=43.36%
B=23.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221200.2300.460.1390.5960.7167.06
HexAADE781702ED5b3d43
Octal252336170270561513375103
Binary10101010110111101111000101110101110110110110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE78; }

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

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

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

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

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

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

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

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