#AEDD92

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

Shades of Feijoa #AEDD92

Tints of Feijoa #AEDD92

Color information

#AEDD92 (or 0xAEDD92) is unknown color: approx Feijoa. HEX triplet: AE, DD and 92. RGB value is (174,221,146). Sum of RGB (Red+Green+Blue) = 174+221+146=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD92 is #51226D. Grayscale: #C6C6C6. Windows color (decimal): -5317230 or 9625006. OLE color: 9625006.

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

Color convert

RGB174221146-
CMYK0.2100.340.13
HSL97.6º52.45%71.96%-
HSV(B)97.6º33.94%86.67%-
XYZ48.562.7936.76-
YUV198.498.43110.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=32.16%
G=40.85%
B=26.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211460.2100.340.1397.652.4571.96
HexAEDD9215022D623448
Octal256335222250421514264110
Binary101011101101110110010010101010100010110111000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD92; }

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

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

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

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

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

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

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

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