#AECF8A

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

Shades of Feijoa #AECF8A

Tints of Feijoa #AECF8A

Color information

#AECF8A (or 0xAECF8A) is unknown color: approx Feijoa. HEX triplet: AE, CF and 8A. RGB value is (174,207,138). Sum of RGB (Red+Green+Blue) = 174+207+138=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF8A is #513075. Grayscale: #BDBDBD. Windows color (decimal): -5320822 or 9097134. OLE color: 9097134.

HSL color Cylindrical-coordinate representation of color #AECF8A: hue angle of 88.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AECF8A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB174207138-
CMYK0.1600.330.19
HSL88.7º41.82%67.65%-
HSV(B)88.7º33.33%81.18%-
XYZ44.3655.4632.41-
YUV189.2799.07117.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=33.53%
G=39.88%
B=26.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071380.1600.330.1988.741.8267.65
HexAECF8A1002113592a44
Octal256317212200412313152104
Binary1010111011001111100010101000001000011001110110011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECF8A; }

 p { color: rgb(174,207,138); }

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

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

 a { background-color: rgb(174,207,138); }

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

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

 span { border-color: rgb(174,207,138); }

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