#AEE186

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

Shades of Feijoa #AEE186

Tints of Feijoa #AEE186

Color information

#AEE186 (or 0xAEE186) is unknown color: approx Feijoa. HEX triplet: AE, E1 and 86. RGB value is (174,225,134). Sum of RGB (Red+Green+Blue) = 174+225+134=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE186 is #511E79. Grayscale: #C7C7C7. Windows color (decimal): -5316218 or 8839598. OLE color: 8839598.

HSL color Cylindrical-coordinate representation of color #AEE186: hue angle of 93.63º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEE186 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB174225134-
CMYK0.2300.400.12
HSL93.63º60.26%70.39%-
HSV(B)93.63º40.44%88.24%-
XYZ48.6864.5732.45-
YUV199.3891.1109.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=32.65%
G=42.21%
B=25.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251340.2300.400.1293.6360.2670.39
HexAEE18617028C5e3c46
Octal256341206270501413674106
Binary101011101110000110000110101110101000110010111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE186; }

 p { color: rgb(174,225,134); }

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

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

 a { background-color: rgb(174,225,134); }

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

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

 span { border-color: rgb(174,225,134); }

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