Html Css Color HEX #AAFA80 Feijoa

📋 copy color: '#AAFA80'

red 170 ◦ green 250 ◦ blue 128

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

Shades of Feijoa #AAFA80

Tints of Feijoa #AAFA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.62%

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

R = 31.02%
G = 45.62%
B = 23.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#AAFA80 (or 0xAAFA80) is known color: Feijoa. HEX triplet: AA, FA and 80. RGB value is (170,250,128). Sum of RGB (Red+Green+Blue) = 170+250+128=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA80 is #55057F. Grayscale: #D4D4D4. Windows color (decimal): -5571968 or 8452778. OLE color: 8452778.

HSL color Cylindrical-coordinate representation of color #AAFA80: hue angle of 99.34º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAFA80 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 128 -
CMYK 0.32 0 0.49 0.02
HSL 99.34º 0.92% 0.74% -
HSV(B) 99.34º 0.49% 0.98% -
XYZ 54.66 78.48 32.69 -
YUV 212.17 80.5 97.92 -
System Red Green Blue C M Y K H S L
Decimal 170 250 128 0.32 0 0.49 0.02 99.34 0.92 0.74
Hex AA FA 80 20 0 31 2 63 5C 4A
Octal 252 372 200 40 0 61 2 143 134 112
Binary 10101010 11111010 10000000 100000 0 110001 10 1100011 1011100 1001010

Color Harmonies of #AAFA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA80

Black with #AAFA80

Text Example


Text Example

White with #AAFA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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