#AED292

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

Shades of Feijoa #AED292

Tints of Feijoa #AED292

Color information

#AED292 (or 0xAED292) is unknown color: approx Feijoa. HEX triplet: AE, D2 and 92. RGB value is (174,210,146). Sum of RGB (Red+Green+Blue) = 174+210+146=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #AED292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED292 is #512D6D. Grayscale: #C0C0C0. Windows color (decimal): -5320046 or 9622190. OLE color: 9622190.

HSL color Cylindrical-coordinate representation of color #AED292: hue angle of 93.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED292 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB174210146-
CMYK0.1700.300.18
HSL93.75º41.56%69.8%-
HSV(B)93.75º30.48%82.35%-
XYZ45.6957.1735.82-
YUV191.94102.07115.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=32.83%
G=39.62%
B=27.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101460.1700.300.1893.7541.5669.8
HexAED2921101E125e2a46
Octal256322222210362213652106
Binary101011101101001010010010100010111101001010111101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED292; }

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

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

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

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

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

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

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

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