#AEE194

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

Shades of Feijoa #AEE194

Tints of Feijoa #AEE194

Color information

#AEE194 (or 0xAEE194) is unknown color: approx Feijoa. HEX triplet: AE, E1 and 94. RGB value is (174,225,148). Sum of RGB (Red+Green+Blue) = 174+225+148=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE194 is #511E6B. Grayscale: #C9C9C9. Windows color (decimal): -5316204 or 9757102. OLE color: 9757102.

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

Color convert

RGB174225148-
CMYK0.2300.340.12
HSL99.74º56.2%73.14%-
HSV(B)99.74º34.22%88.24%-
XYZ49.7364.9937.94-
YUV200.9798.1108.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 225 (88.28% from 255) = 41.13%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=31.81%
G=41.13%
B=27.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251480.2300.340.1299.7456.273.14
HexAEE19417022C643849
Octal256341224270421414470111
Binary101011101110000110010100101110100010110011001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE194; }

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

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

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

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

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

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

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

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