#AEEF8A

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

Shades of Feijoa #AEEF8A

Tints of Feijoa #AEEF8A

Color information

#AEEF8A (or 0xAEEF8A) is unknown color: approx Feijoa. HEX triplet: AE, EF and 8A. RGB value is (174,239,138). Sum of RGB (Red+Green+Blue) = 174+239+138=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEF8A is #511075. Grayscale: #D0D0D0. Windows color (decimal): -5312630 or 9105326. OLE color: 9105326.

HSL color Cylindrical-coordinate representation of color #AEEF8A: hue angle of 98.61º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEEF8A is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB174239138-
CMYK0.2700.420.06
HSL98.61º75.94%73.92%-
HSV(B)98.61º42.26%93.73%-
XYZ52.9172.5735.26-
YUV208.0588.47103.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 239 (93.75% from 255) = 43.38%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=31.58%
G=43.38%
B=25.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742391380.2700.420.0698.6175.9473.92
HexAEEF8A1B02A6634c4a
Octal256357212330526143114112
Binary101011101110111110001010110110101010110110001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEF8A; }

 p { color: rgb(174,239,138); }

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

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

 a { background-color: rgb(174,239,138); }

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

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

 span { border-color: rgb(174,239,138); }

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