#AED781

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

Shades of Feijoa #AED781

Tints of Feijoa #AED781

Color information

#AED781 (or 0xAED781) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 81. RGB value is (174,215,129). Sum of RGB (Red+Green+Blue) = 174+215+129=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #AED781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED781 is #51287E. Grayscale: #C1C1C1. Windows color (decimal): -5318783 or 8509358. OLE color: 8509358.

HSL color Cylindrical-coordinate representation of color #AED781: hue angle of 88.6º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED781 is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB174215129-
CMYK0.1900.40.16
HSL88.6º51.81%67.45%-
HSV(B)88.6º40%84.31%-
XYZ45.7259.1829.78-
YUV192.9491.92114.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 215 (84.38% from 255) = 41.51%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=33.59%
G=41.51%
B=24.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151290.1900.40.1688.651.8167.45
HexAED7811302810593443
Octal256327201230502013164103
Binary1010111011010111100000011001101010001000010110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED781; }

 p { color: rgb(174,215,129); }

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

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

 a { background-color: rgb(174,215,129); }

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

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

 span { border-color: rgb(174,215,129); }

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