Html Css Color HEX #AAEC80 Feijoa

📋 copy color: '#AAEC80'

red 170 ◦ green 236 ◦ blue 128

#AAEC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AAEC80

Tints of Feijoa #AAEC80

RGB

 RED value IS 170 (66.8% from 255) = 31.84%

 GREEN value IS 236 (92.58% from 255) = 44.19%

 BLUE value IS 128 (50.39% from 255) = 23.97%

R = 31.84%
G = 44.19%
B = 23.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#AAEC80 (or 0xAAEC80) is known color: Feijoa. HEX triplet: AA, EC and 80. RGB value is (170,236,128). Sum of RGB (Red+Green+Blue) = 170+236+128=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC80 is #55137F. Grayscale: #CCCCCC. Windows color (decimal): -5575552 or 8449194. OLE color: 8449194.

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

Color convert

RGB 170 236 128 -
CMYK 0.28 0 0.46 0.07
HSL 96.67º 0.74% 0.71% -
HSV(B) 96.67º 0.46% 0.93% -
XYZ 50.47 70.1 31.29 -
YUV 203.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 170 236 128 0.28 0 0.46 0.07 96.67 0.74 0.71
Hex AA EC 80 1C 0 2E 7 61 4A 47
Octal 252 354 200 34 0 56 7 141 112 107
Binary 10101010 11101100 10000000 11100 0 101110 111 1100001 1001010 1000111

Color Harmonies of #AAEC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC80

Black with #AAEC80

Text Example


Text Example

White with #AAEC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC80; }

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

 H1.HeaderClassName
 {
   color: #AAEC80;
 }
 .AnyTagClassName
 {
   color: #AAEC80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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