Html Css Color HEX #AAF773 Feijoa

📋 copy color: '#AAF773'

red 170 ◦ green 247 ◦ blue 115

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

Shades of Feijoa #AAF773

Tints of Feijoa #AAF773

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.43%

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 31.95%
G = 46.43%
B = 21.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#AAF773 (or 0xAAF773) is known color: Feijoa. HEX triplet: AA, F7 and 73. RGB value is (170,247,115). Sum of RGB (Red+Green+Blue) = 170+247+115=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF773 is #55088C. Grayscale: #D1D1D1. Windows color (decimal): -5572749 or 7600042. OLE color: 7600042.

HSL color Cylindrical-coordinate representation of color #AAF773: hue angle of 95º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF773 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 115 -
CMYK 0.31 0 0.53 0.03
HSL 95º 0.89% 0.71% -
HSV(B) 95º 0.53% 0.97% -
XYZ 52.93 76.31 28.16 -
YUV 208.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 170 247 115 0.31 0 0.53 0.03 95 0.89 0.71
Hex AA F7 73 1F 0 35 3 5F 59 47
Octal 252 367 163 37 0 65 3 137 131 107
Binary 10101010 11110111 1110011 11111 0 110101 11 1011111 1011001 1000111

Color Harmonies of #AAF773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF773

Black with #AAF773

Text Example


Text Example

White with #AAF773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF773; }

 p { color: rgb(170,247,115); }

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

background-color css

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

 a { background-color: rgb(170,247,115); }

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

border-color css

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

 span { border-color: rgb(170,247,115); }

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