#AED081

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

Shades of Feijoa #AED081

Tints of Feijoa #AED081

Color information

#AED081 (or 0xAED081) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 81. RGB value is (174,208,129). Sum of RGB (Red+Green+Blue) = 174+208+129=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #AED081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED081 is #512F7E. Grayscale: #BDBDBD. Windows color (decimal): -5320575 or 8507566. OLE color: 8507566.

HSL color Cylindrical-coordinate representation of color #AED081: hue angle of 85.82º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AED081 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB174208129-
CMYK0.1600.380.18
HSL85.82º45.66%66.08%-
HSV(B)85.82º37.98%81.57%-
XYZ43.9755.729.2-
YUV188.8394.24117.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=34.05%
G=40.70%
B=25.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081290.1600.380.1885.8245.6666.08
HexAED0811002612562e42
Octal256320201200462212656102
Binary1010111011010000100000011000001001101001010101101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED081; }

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

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

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

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

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

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

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

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