#AEE182

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

Shades of Feijoa #AEE182

Tints of Feijoa #AEE182

Color information

#AEE182 (or 0xAEE182) is unknown color: approx Feijoa. HEX triplet: AE, E1 and 82. RGB value is (174,225,130). Sum of RGB (Red+Green+Blue) = 174+225+130=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE182 is #511E7D. Grayscale: #C7C7C7. Windows color (decimal): -5316222 or 8577454. OLE color: 8577454.

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

Color convert

RGB174225130-
CMYK0.2300.420.12
HSL92.21º61.29%69.61%-
HSV(B)92.21º42.22%88.24%-
XYZ48.4164.4631.01-
YUV198.9289.1110.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 225 (88.28% from 255) = 42.53%
BLUE value IS 130 (51.17% from 255) = 24.57%
R=32.89%
G=42.53%
B=24.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251300.2300.420.1292.2161.2969.61
HexAEE1821702AC5c3d46
Octal256341202270521413475106
Binary101011101110000110000010101110101010110010111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE182; }

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

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

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

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

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

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

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

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