#AED188

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

Shades of Feijoa #AED188

Tints of Feijoa #AED188

Color information

#AED188 (or 0xAED188) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 88. RGB value is (174,209,136). Sum of RGB (Red+Green+Blue) = 174+209+136=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #AED188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED188 is #512E77. Grayscale: #BEBEBE. Windows color (decimal): -5320312 or 8966574. OLE color: 8966574.

HSL color Cylindrical-coordinate representation of color #AED188: hue angle of 88.77º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AED188 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB174209136-
CMYK0.1700.350.18
HSL88.77º44.24%67.65%-
HSV(B)88.77º34.93%81.96%-
XYZ44.756.3831.82-
YUV190.2197.4116.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=33.53%
G=40.27%
B=26.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091360.1700.350.1888.7744.2467.65
HexAED1881102312592c44
Octal256321210210432213154104
Binary1010111011010001100010001000101000111001010110011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED188; }

 p { color: rgb(174,209,136); }

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

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

 a { background-color: rgb(174,209,136); }

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

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

 span { border-color: rgb(174,209,136); }

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