#AAEC83

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

Shades of Feijoa #AAEC83

Tints of Feijoa #AAEC83

Color information

#AAEC83 (or 0xAAEC83) is unknown color: approx Feijoa. HEX triplet: AA, EC and 83. RGB value is (170,236,131). Sum of RGB (Red+Green+Blue) = 170+236+131=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC83 is #55137C. Grayscale: #CCCCCC. Windows color (decimal): -5575549 or 8645802. OLE color: 8645802.

HSL color Cylindrical-coordinate representation of color #AAEC83: hue angle of 97.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAEC83 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB170236131-
CMYK0.2800.440.07
HSL97.71º73.43%71.96%-
HSV(B)97.71º44.49%92.55%-
XYZ50.6770.1832.35-
YUV204.386.63103.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=31.66%
G=43.95%
B=24.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361310.2800.440.0797.7173.4371.96
HexAAEC831C02C7624948
Octal252354203340547142111110
Binary101010101110110010000011111000101100111110001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC83; }

 p { color: rgb(170,236,131); }

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

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

 a { background-color: rgb(170,236,131); }

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

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

 span { border-color: rgb(170,236,131); }

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