Html Css Color HEX #AAE280 Feijoa

📋 copy color: '#AAE280'

red 170 ◦ green 226 ◦ blue 128

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

Shades of Feijoa #AAE280

Tints of Feijoa #AAE280

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.13%

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

R = 32.44%
G = 43.13%
B = 24.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#AAE280 (or 0xAAE280) is known color: Feijoa. HEX triplet: AA, E2 and 80. RGB value is (170,226,128). Sum of RGB (Red+Green+Blue) = 170+226+128=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE280 is #551D7F. Grayscale: #C6C6C6. Windows color (decimal): -5578112 or 8446634. OLE color: 8446634.

HSL color Cylindrical-coordinate representation of color #AAE280: hue angle of 94.29º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE280 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 128 -
CMYK 0.25 0 0.43 0.11
HSL 94.29º 0.63% 0.69% -
HSV(B) 94.29º 0.43% 0.89% -
XYZ 47.67 64.5 30.36 -
YUV 198.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 170 226 128 0.25 0 0.43 0.11 94.29 0.63 0.69
Hex AA E2 80 19 0 2B B 5E 3F 45
Octal 252 342 200 31 0 53 13 136 77 105
Binary 10101010 11100010 10000000 11001 0 101011 1011 1011110 111111 1000101

Color Harmonies of #AAE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE280

Black with #AAE280

Text Example


Text Example

White with #AAE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE280; }

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

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

background-color css

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

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

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

border-color css

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

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

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