#AEE172

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

Shades of Feijoa #AEE172

Tints of Feijoa #AEE172

Color information

#AEE172 (or 0xAEE172) is unknown color: approx Feijoa. HEX triplet: AE, E1 and 72. RGB value is (174,225,114). Sum of RGB (Red+Green+Blue) = 174+225+114=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE172 is #511E8D. Grayscale: #C5C5C5. Windows color (decimal): -5316238 or 7528878. OLE color: 7528878.

HSL color Cylindrical-coordinate representation of color #AEE172: hue angle of 87.57º 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 #AEE172 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB174225114-
CMYK0.2300.490.12
HSL87.57º64.91%66.47%-
HSV(B)87.57º49.33%88.24%-
XYZ47.4264.0625.79-
YUV197.181.1111.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=33.92%
G=43.86%
B=22.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251140.2300.490.1287.5764.9166.47
HexAEE17217031C584142
Octal2563411622706114130101102
Binary101011101110000111100101011101100011100101100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE172; }

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

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

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

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

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

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

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

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