#AAEC82

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

Shades of Feijoa #AAEC82

Tints of Feijoa #AAEC82

Color information

#AAEC82 (or 0xAAEC82) is unknown color: approx Feijoa. HEX triplet: AA, EC and 82. RGB value is (170,236,130). Sum of RGB (Red+Green+Blue) = 170+236+130=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC82 is #55137D. Grayscale: #CCCCCC. Windows color (decimal): -5575550 or 8580266. OLE color: 8580266.

HSL color Cylindrical-coordinate representation of color #AAEC82: hue angle of 97.36º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAEC82 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB170236130-
CMYK0.2800.450.07
HSL97.36º73.61%71.76%-
HSV(B)97.36º44.92%92.55%-
XYZ50.670.1531.99-
YUV204.1886.13103.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 236 (92.58% from 255) = 44.03%
BLUE value IS 130 (51.17% from 255) = 24.25%
R=31.72%
G=44.03%
B=24.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361300.2800.450.0797.3673.6171.76
HexAAEC821C02D7614a48
Octal252354202340557141112110
Binary101010101110110010000010111000101101111110000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC82; }

 p { color: rgb(170,236,130); }

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

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

 a { background-color: rgb(170,236,130); }

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

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

 span { border-color: rgb(170,236,130); }

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