#AAEE72

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

Shades of Feijoa #AAEE72

Tints of Feijoa #AAEE72

Color information

#AAEE72 (or 0xAAEE72) is unknown color: approx Feijoa. HEX triplet: AA, EE and 72. RGB value is (170,238,114). Sum of RGB (Red+Green+Blue) = 170+238+114=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE72 is #55118D. Grayscale: #CBCBCB. Windows color (decimal): -5575054 or 7532202. OLE color: 7532202.

HSL color Cylindrical-coordinate representation of color #AAEE72: hue angle of 92.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAEE72 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB170238114-
CMYK0.2900.520.07
HSL92.9º78.48%69.02%-
HSV(B)92.9º52.1%93.33%-
XYZ50.1970.9126.96-
YUV203.5377.47104.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 238 (93.36% from 255) = 45.59%
BLUE value IS 114 (44.92% from 255) = 21.84%
R=32.57%
G=45.59%
B=21.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381140.2900.520.0792.978.4869.02
HexAAEE721D03475d4e45
Octal252356162350647135116105
Binary10101010111011101110010111010110100111101110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEE72; }

 p { color: rgb(170,238,114); }

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

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

 a { background-color: rgb(170,238,114); }

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

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

 span { border-color: rgb(170,238,114); }

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