#AED992

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

Shades of Feijoa #AED992

Tints of Feijoa #AED992

Color information

#AED992 (or 0xAED992) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 92. RGB value is (174,217,146). Sum of RGB (Red+Green+Blue) = 174+217+146=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #AED992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED992 is #51266D. Grayscale: #C4C4C4. Windows color (decimal): -5318254 or 9623982. OLE color: 9623982.

HSL color Cylindrical-coordinate representation of color #AED992: hue angle of 96.34º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AED992 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB174217146-
CMYK0.2000.330.15
HSL96.34º48.3%71.18%-
HSV(B)96.34º32.72%85.1%-
XYZ47.4660.736.41-
YUV196.0599.75112.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=32.40%
G=40.41%
B=27.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171460.2000.330.1596.3448.371.18
HexAED99214021F603047
Octal256331222240411714060107
Binary101011101101100110010010101000100001111111000001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED992; }

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

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

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

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

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

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

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

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