#AED492

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

Shades of Feijoa #AED492

Tints of Feijoa #AED492

Color information

#AED492 (or 0xAED492) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 92. RGB value is (174,212,146). Sum of RGB (Red+Green+Blue) = 174+212+146=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #AED492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED492 is #512B6D. Grayscale: #C1C1C1. Windows color (decimal): -5319534 or 9622702. OLE color: 9622702.

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

Color convert

RGB174212146-
CMYK0.1800.310.17
HSL94.55º43.42%70.2%-
HSV(B)94.55º31.13%83.14%-
XYZ46.1958.1635.99-
YUV193.11101.41114.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=32.71%
G=39.85%
B=27.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121460.1800.310.1794.5543.4270.2
HexAED4921201F115f2b46
Octal256324222220372113753106
Binary101011101101010010010010100100111111000110111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED492; }

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

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

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

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

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

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

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

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