Html Css Color HEX #AAE780 Feijoa

📋 copy color: '#AAE780'

red 170 ◦ green 231 ◦ blue 128

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

Shades of Feijoa #AAE780

Tints of Feijoa #AAE780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.67%

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

R = 32.14%
G = 43.67%
B = 24.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#AAE780 (or 0xAAE780) is known color: Feijoa. HEX triplet: AA, E7 and 80. RGB value is (170,231,128). Sum of RGB (Red+Green+Blue) = 170+231+128=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE780 is #55187F. Grayscale: #C9C9C9. Windows color (decimal): -5576832 or 8447914. OLE color: 8447914.

HSL color Cylindrical-coordinate representation of color #AAE780: hue angle of 95.53º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAE780 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 128 -
CMYK 0.26 0 0.45 0.09
HSL 95.53º 0.68% 0.7% -
HSV(B) 95.53º 0.45% 0.91% -
XYZ 49.05 67.26 30.82 -
YUV 201.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 170 231 128 0.26 0 0.45 0.09 95.53 0.68 0.7
Hex AA E7 80 1A 0 2D 9 60 44 46
Octal 252 347 200 32 0 55 11 140 104 106
Binary 10101010 11100111 10000000 11010 0 101101 1001 1100000 1000100 1000110

Color Harmonies of #AAE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE780

Black with #AAE780

Text Example


Text Example

White with #AAE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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