#AEE195

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

Shades of Feijoa #AEE195

Tints of Feijoa #AEE195

Color information

#AEE195 (or 0xAEE195) is unknown color: approx Feijoa. HEX triplet: AE, E1 and 95. RGB value is (174,225,149). Sum of RGB (Red+Green+Blue) = 174+225+149=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE195 is #511E6A. Grayscale: #C9C9C9. Windows color (decimal): -5316203 or 9822638. OLE color: 9822638.

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

Color convert

RGB174225149-
CMYK0.2300.340.12
HSL100.26º55.88%73.33%-
HSV(B)100.26º33.78%88.24%-
XYZ49.8165.0238.36-
YUV201.0998.6108.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 225 (88.28% from 255) = 41.06%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=31.75%
G=41.06%
B=27.19%

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
Decimal1742251490.2300.340.12100.2655.8873.33
HexAEE19517022C643849
Octal256341225270421414470111
Binary101011101110000110010101101110100010110011001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE195; }

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

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

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

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

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

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

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

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