#AEE971

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

Shades of Feijoa #AEE971

Tints of Feijoa #AEE971

Color information

#AEE971 (or 0xAEE971) is unknown color: approx Feijoa. HEX triplet: AE, E9 and 71. RGB value is (174,233,113). Sum of RGB (Red+Green+Blue) = 174+233+113=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE971 is #51168E. Grayscale: #CACACA. Windows color (decimal): -5314191 or 7465390. OLE color: 7465390.

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

Color convert

RGB174233113-
CMYK0.2500.520.09
HSL89.5º73.17%67.84%-
HSV(B)89.5º51.5%91.37%-
XYZ49.5868.4726.23-
YUV201.6877.95108.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 233 (91.41% from 255) = 44.81%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=33.46%
G=44.81%
B=21.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742331130.2500.520.0989.573.1767.84
HexAEE9711903495a4944
Octal2563511613106411132111104
Binary101011101110100111100011100101101001001101101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE971; }

 p { color: rgb(174,233,113); }

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

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

 a { background-color: rgb(174,233,113); }

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

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

 span { border-color: rgb(174,233,113); }

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