#AEDD74

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

Shades of Feijoa #AEDD74

Tints of Feijoa #AEDD74

Color information

#AEDD74 (or 0xAEDD74) is unknown color: approx Feijoa. HEX triplet: AE, DD and 74. RGB value is (174,221,116). Sum of RGB (Red+Green+Blue) = 174+221+116=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD74 is #51228B. Grayscale: #C3C3C3. Windows color (decimal): -5317260 or 7658926. OLE color: 7658926.

HSL color Cylindrical-coordinate representation of color #AEDD74: hue angle of 86.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEDD74 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB174221116-
CMYK0.2100.480.13
HSL86.86º60.69%66.08%-
HSV(B)86.86º47.51%86.67%-
XYZ46.4661.9726.04-
YUV194.9883.43113.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 116 (45.70% from 255) = 22.70%
R=34.05%
G=43.25%
B=22.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211160.2100.480.1386.8660.6966.08
HexAEDD7415030D573d42
Octal256335164250601512775102
Binary10101110110111011110100101010110000110110101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD74; }

 p { color: rgb(174,221,116); }

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

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

 a { background-color: rgb(174,221,116); }

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

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

 span { border-color: rgb(174,221,116); }

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