#AED380

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

Shades of Feijoa #AED380

Tints of Feijoa #AED380

Color information

#AED380 (or 0xAED380) is unknown color: approx Feijoa. HEX triplet: AE, D3 and 80. RGB value is (174,211,128). Sum of RGB (Red+Green+Blue) = 174+211+128=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #AED380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED380 is #512C7F. Grayscale: #BEBEBE. Windows color (decimal): -5319808 or 8442798. OLE color: 8442798.

HSL color Cylindrical-coordinate representation of color #AED380: hue angle of 86.75º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AED380 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB174211128-
CMYK0.1800.390.17
HSL86.75º48.54%66.47%-
HSV(B)86.75º39.34%82.75%-
XYZ44.6557.1529.1-
YUV190.4892.74116.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=33.92%
G=41.13%
B=24.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111280.1800.390.1786.7548.5466.47
HexAED3801202711573142
Octal256323200220472112761102
Binary1010111011010011100000001001001001111000110101111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED380; }

 p { color: rgb(174,211,128); }

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

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

 a { background-color: rgb(174,211,128); }

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

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

 span { border-color: rgb(174,211,128); }

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