#AED27D

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

Shades of Feijoa #AED27D

Tints of Feijoa #AED27D

Color information

#AED27D (or 0xAED27D) is unknown color: approx Feijoa. HEX triplet: AE, D2 and 7D. RGB value is (174,210,125). Sum of RGB (Red+Green+Blue) = 174+210+125=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #AED27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED27D is #512D82. Grayscale: #BDBDBD. Windows color (decimal): -5320067 or 8245934. OLE color: 8245934.

HSL color Cylindrical-coordinate representation of color #AED27D: hue angle of 85.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED27D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB174210125-
CMYK0.1700.400.18
HSL85.41º48.57%65.69%-
HSV(B)85.41º40.48%82.35%-
XYZ44.256.5727.99-
YUV189.5591.57116.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=34.18%
G=41.26%
B=24.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101250.1700.400.1885.4148.5765.69
HexAED27D1102812553142
Octal256322175210502212561102
Binary101011101101001011111011000101010001001010101011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED27D; }

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

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

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

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

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

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

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

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