#AAED78

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

Shades of Feijoa #AAED78

Tints of Feijoa #AAED78

Color information

#AAED78 (or 0xAAED78) is unknown color: approx Feijoa. HEX triplet: AA, ED and 78. RGB value is (170,237,120). Sum of RGB (Red+Green+Blue) = 170+237+120=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED78 is #551287. Grayscale: #CCCCCC. Windows color (decimal): -5575304 or 7925162. OLE color: 7925162.

HSL color Cylindrical-coordinate representation of color #AAED78: hue angle of 94.36º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAED78 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB170237120-
CMYK0.2800.490.07
HSL94.36º76.47%70%-
HSV(B)94.36º49.37%92.94%-
XYZ50.2570.4728.72-
YUV203.6380.8104.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 237 (92.97% from 255) = 44.97%
BLUE value IS 120 (47.27% from 255) = 22.77%
R=32.26%
G=44.97%
B=22.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371200.2800.490.0794.3676.4770
HexAAED781C03175e4c46
Octal252355170340617136114106
Binary10101010111011011111000111000110001111101111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED78; }

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

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

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

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

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

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

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

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