#AAE172

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

Shades of Feijoa #AAE172

Tints of Feijoa #AAE172

Color information

#AAE172 (or 0xAAE172) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 72. RGB value is (170,225,114). Sum of RGB (Red+Green+Blue) = 170+225+114=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE172 is #551E8D. Grayscale: #C4C4C4. Windows color (decimal): -5578382 or 7528874. OLE color: 7528874.

HSL color Cylindrical-coordinate representation of color #AAE172: hue angle of 89.73º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE172 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB170225114-
CMYK0.2400.490.12
HSL89.73º64.91%66.47%-
HSV(B)89.73º49.33%88.24%-
XYZ46.5463.6125.74-
YUV195.981.78109.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=33.40%
G=44.20%
B=22.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251140.2400.490.1289.7364.9166.47
HexAAE17218031C5a4142
Octal2523411623006114132101102
Binary101010101110000111100101100001100011100101101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE172; }

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

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

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

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

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

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

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

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