#AAE974

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

Shades of Feijoa #AAE974

Tints of Feijoa #AAE974

Color information

#AAE974 (or 0xAAE974) is unknown color: approx Feijoa. HEX triplet: AA, E9 and 74. RGB value is (170,233,116). Sum of RGB (Red+Green+Blue) = 170+233+116=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE974 is #55168B. Grayscale: #C9C9C9. Windows color (decimal): -5576332 or 7661994. OLE color: 7661994.

HSL color Cylindrical-coordinate representation of color #AAE974: hue angle of 92.31º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE974 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB170233116-
CMYK0.2700.500.09
HSL92.31º72.67%68.43%-
HSV(B)92.31º50.21%91.37%-
XYZ48.8768.0827.09-
YUV200.8280.13106.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 233 (91.41% from 255) = 44.89%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=32.76%
G=44.89%
B=22.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331160.2700.500.0992.3172.6768.43
HexAAE9741B03295c4944
Octal2523511643306211134111104
Binary101010101110100111101001101101100101001101110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE974; }

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

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

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

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

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

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

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

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