#AEE674

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

Shades of Feijoa #AEE674

Tints of Feijoa #AEE674

Color information

#AEE674 (or 0xAEE674) is unknown color: approx Feijoa. HEX triplet: AE, E6 and 74. RGB value is (174,230,116). Sum of RGB (Red+Green+Blue) = 174+230+116=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE674 is #51198B. Grayscale: #C8C8C8. Windows color (decimal): -5314956 or 7661230. OLE color: 7661230.

HSL color Cylindrical-coordinate representation of color #AEE674: hue angle of 89.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEE674 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB174230116-
CMYK0.2400.500.10
HSL89.47º69.51%67.84%-
HSV(B)89.47º49.57%90.2%-
XYZ48.966.8526.85-
YUV200.2680.45109.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 230 (90.23% from 255) = 44.23%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=33.46%
G=44.23%
B=22.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742301160.2400.500.1089.4769.5167.84
HexAEE67418032A594644
Octal2563461643006212131106104
Binary101011101110011011101001100001100101010101100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE674; }

 p { color: rgb(174,230,116); }

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

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

 a { background-color: rgb(174,230,116); }

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

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

 span { border-color: rgb(174,230,116); }

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