Html Css Color HEX #AAFD80 Feijoa

📋 copy color: '#AAFD80'

red 170 ◦ green 253 ◦ blue 128

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

Shades of Feijoa #AAFD80

Tints of Feijoa #AAFD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

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

R = 30.85%
G = 45.92%
B = 23.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#AAFD80 (or 0xAAFD80) is known color: Feijoa. HEX triplet: AA, FD and 80. RGB value is (170,253,128). Sum of RGB (Red+Green+Blue) = 170+253+128=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD80 is #55027F. Grayscale: #D6D6D6. Windows color (decimal): -5571200 or 8453546. OLE color: 8453546.

HSL color Cylindrical-coordinate representation of color #AAFD80: hue angle of 99.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAFD80 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 128 -
CMYK 0.33 0 0.49 0.01
HSL 99.84º 0.97% 0.75% -
HSV(B) 99.84º 0.49% 0.99% -
XYZ 55.6 80.36 33 -
YUV 213.93 79.5 96.66 -
System Red Green Blue C M Y K H S L
Decimal 170 253 128 0.33 0 0.49 0.01 99.84 0.97 0.75
Hex AA FD 80 21 0 31 1 64 61 4B
Octal 252 375 200 41 0 61 1 144 141 113
Binary 10101010 11111101 10000000 100001 0 110001 1 1100100 1100001 1001011

Color Harmonies of #AAFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD80

Black with #AAFD80

Text Example


Text Example

White with #AAFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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