#AED092

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

Shades of Feijoa #AED092

Tints of Feijoa #AED092

Color information

#AED092 (or 0xAED092) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 92. RGB value is (174,208,146). Sum of RGB (Red+Green+Blue) = 174+208+146=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #AED092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED092 is #512F6D. Grayscale: #BEBEBE. Windows color (decimal): -5320558 or 9621678. OLE color: 9621678.

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

Color convert

RGB174208146-
CMYK0.1600.300.18
HSL92.9º39.74%69.41%-
HSV(B)92.9º29.81%81.57%-
XYZ45.256.1935.66-
YUV190.77102.74116.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=32.95%
G=39.39%
B=27.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081460.1600.300.1892.939.7469.41
HexAED0921001E125d2845
Octal256320222200362213550105
Binary101011101101000010010010100000111101001010111011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED092; }

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

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

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

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

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

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

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

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