Html Css Color HEX #AAEB80 Feijoa

📋 copy color: '#AAEB80'

red 170 ◦ green 235 ◦ blue 128

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

Shades of Feijoa #AAEB80

Tints of Feijoa #AAEB80

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

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

R = 31.89%
G = 44.09%
B = 24.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#AAEB80 (or 0xAAEB80) is known color: Feijoa. HEX triplet: AA, EB and 80. RGB value is (170,235,128). Sum of RGB (Red+Green+Blue) = 170+235+128=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB80 is #55147F. Grayscale: #CBCBCB. Windows color (decimal): -5575808 or 8448938. OLE color: 8448938.

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

Color convert

RGB 170 235 128 -
CMYK 0.28 0 0.46 0.08
HSL 96.45º 0.73% 0.71% -
HSV(B) 96.45º 0.46% 0.92% -
XYZ 50.18 69.52 31.2 -
YUV 203.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 170 235 128 0.28 0 0.46 0.08 96.45 0.73 0.71
Hex AA EB 80 1C 0 2E 8 60 49 47
Octal 252 353 200 34 0 56 10 140 111 107
Binary 10101010 11101011 10000000 11100 0 101110 1000 1100000 1001001 1000111

Color Harmonies of #AAEB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB80

Black with #AAEB80

Text Example


Text Example

White with #AAEB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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