#AAEC7C

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

Shades of Feijoa #AAEC7C

Tints of Feijoa #AAEC7C

Color information

#AAEC7C (or 0xAAEC7C) is unknown color: approx Feijoa. HEX triplet: AA, EC and 7C. RGB value is (170,236,124). Sum of RGB (Red+Green+Blue) = 170+236+124=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC7C is #551383. Grayscale: #CBCBCB. Windows color (decimal): -5575556 or 8187050. OLE color: 8187050.

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

Color convert

RGB170236124-
CMYK0.2800.470.07
HSL95.36º74.67%70.59%-
HSV(B)95.36º47.46%92.55%-
XYZ50.2169.9929.93-
YUV203.583.13104.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 124 (48.83% from 255) = 23.40%
R=32.08%
G=44.53%
B=23.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361240.2800.470.0795.3674.6770.59
HexAAEC7C1C02F75f4b47
Octal252354174340577137113107
Binary10101010111011001111100111000101111111101111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC7C; }

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

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

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

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

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

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

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

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