#AED499

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

Shades of Feijoa #AED499

Tints of Feijoa #AED499

Color information

#AED499 (or 0xAED499) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 99. RGB value is (174,212,153). Sum of RGB (Red+Green+Blue) = 174+212+153=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #AED499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED499 is #512B66. Grayscale: #C2C2C2. Windows color (decimal): -5319527 or 10081454. OLE color: 10081454.

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

Color convert

RGB174212153-
CMYK0.1800.280.17
HSL98.64º40.69%71.57%-
HSV(B)98.64º27.83%83.14%-
XYZ46.7558.3938.94-
YUV193.91104.91113.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=32.28%
G=39.33%
B=28.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121530.1800.280.1798.6440.6971.57
HexAED4991201C11632948
Octal256324231220342114351110
Binary101011101101010010011001100100111001000111000111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED499; }

 p { color: rgb(174,212,153); }

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

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

 a { background-color: rgb(174,212,153); }

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

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

 span { border-color: rgb(174,212,153); }

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