#AAE274

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

Shades of Feijoa #AAE274

Tints of Feijoa #AAE274

Color information

#AAE274 (or 0xAAE274) is unknown color: approx Feijoa. HEX triplet: AA, E2 and 74. RGB value is (170,226,116). Sum of RGB (Red+Green+Blue) = 170+226+116=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE274 is #551D8B. Grayscale: #C5C5C5. Windows color (decimal): -5578124 or 7660202. OLE color: 7660202.

HSL color Cylindrical-coordinate representation of color #AAE274: hue angle of 90.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE274 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB170226116-
CMYK0.2500.490.11
HSL90.55º65.48%67.06%-
HSV(B)90.55º48.67%88.63%-
XYZ46.9364.226.44-
YUV196.7282.45108.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 226 (88.67% from 255) = 44.14%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=33.20%
G=44.14%
B=22.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261160.2500.490.1190.5565.4867.06
HexAAE27419031B5b4143
Octal2523421643106113133101103
Binary101010101110001011101001100101100011011101101110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE274; }

 p { color: rgb(170,226,116); }

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

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

 a { background-color: rgb(170,226,116); }

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

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

 span { border-color: rgb(170,226,116); }

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