#AEE175

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

Shades of Feijoa #AEE175

Tints of Feijoa #AEE175

Color information

#AEE175 (or 0xAEE175) is unknown color: approx Feijoa. HEX triplet: AE, E1 and 75. RGB value is (174,225,117). Sum of RGB (Red+Green+Blue) = 174+225+117=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE175 is #511E8A. Grayscale: #C5C5C5. Windows color (decimal): -5316235 or 7725486. OLE color: 7725486.

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

Color convert

RGB174225117-
CMYK0.2300.480.12
HSL88.33º64.29%67.06%-
HSV(B)88.33º48%88.24%-
XYZ47.5964.1326.7-
YUV197.4482.6111.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 225 (88.28% from 255) = 43.60%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=33.72%
G=43.60%
B=22.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251170.2300.480.1288.3364.2967.06
HexAEE17517030C584043
Octal2563411652706014130100103
Binary101011101110000111101011011101100001100101100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE175; }

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

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

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

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

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

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

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

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