Html Css Color HEX #AAFD77 Feijoa

📋 copy color: '#AAFD77'

red 170 ◦ green 253 ◦ blue 119

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

Shades of Feijoa #AAFD77

Tints of Feijoa #AAFD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.96%

R = 31.37%
G = 46.68%
B = 21.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#AAFD77 (or 0xAAFD77) is known color: Feijoa. HEX triplet: AA, FD and 77. RGB value is (170,253,119). Sum of RGB (Red+Green+Blue) = 170+253+119=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD77 is #550288. Grayscale: #D5D5D5. Windows color (decimal): -5571209 or 7863722. OLE color: 7863722.

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

Color convert

RGB 170 253 119 -
CMYK 0.33 0 0.53 0.01
HSL 97.16º 0.97% 0.73% -
HSV(B) 97.16º 0.53% 0.99% -
XYZ 55.03 80.13 30.02 -
YUV 212.91 75 97.4 -
System Red Green Blue C M Y K H S L
Decimal 170 253 119 0.33 0 0.53 0.01 97.16 0.97 0.73
Hex AA FD 77 21 0 35 1 61 61 49
Octal 252 375 167 41 0 65 1 141 141 111
Binary 10101010 11111101 1110111 100001 0 110101 1 1100001 1100001 1001001

Color Harmonies of #AAFD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD77

Black with #AAFD77

Text Example


Text Example

White with #AAFD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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