#AAEF7C

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

Shades of Feijoa #AAEF7C

Tints of Feijoa #AAEF7C

Color information

#AAEF7C (or 0xAAEF7C) is unknown color: approx Feijoa. HEX triplet: AA, EF and 7C. RGB value is (170,239,124). Sum of RGB (Red+Green+Blue) = 170+239+124=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF7C is #551083. Grayscale: #CDCDCD. Windows color (decimal): -5574788 or 8187818. OLE color: 8187818.

HSL color Cylindrical-coordinate representation of color #AAEF7C: hue angle of 96º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAEF7C is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB170239124-
CMYK0.2900.480.06
HSL96º78.23%71.18%-
HSV(B)96º48.12%93.73%-
XYZ51.0871.7330.22-
YUV205.2682.14102.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 124 (48.83% from 255) = 23.26%
R=31.89%
G=44.84%
B=23.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702391240.2900.480.069678.2371.18
HexAAEF7C1D0306604e47
Octal252357174350606140116107
Binary10101010111011111111100111010110000110110000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEF7C; }

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

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

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

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

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

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

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

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