Html Css Color HEX #AAF777 Feijoa

📋 copy color: '#AAF777'

red 170 ◦ green 247 ◦ blue 119

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

Shades of Feijoa #AAF777

Tints of Feijoa #AAF777

RGB

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

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

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

R = 31.72%
G = 46.08%
B = 22.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#AAF777 (or 0xAAF777) is known color: Feijoa. HEX triplet: AA, F7 and 77. RGB value is (170,247,119). Sum of RGB (Red+Green+Blue) = 170+247+119=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF777 is #550888. Grayscale: #D1D1D1. Windows color (decimal): -5572745 or 7862186. OLE color: 7862186.

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

Color convert

RGB 170 247 119 -
CMYK 0.31 0 0.52 0.03
HSL 96.09º 0.89% 0.72% -
HSV(B) 96.09º 0.52% 0.97% -
XYZ 53.17 76.4 29.4 -
YUV 209.39 76.99 99.91 -
System Red Green Blue C M Y K H S L
Decimal 170 247 119 0.31 0 0.52 0.03 96.09 0.89 0.72
Hex AA F7 77 1F 0 34 3 60 59 48
Octal 252 367 167 37 0 64 3 140 131 110
Binary 10101010 11110111 1110111 11111 0 110100 11 1100000 1011001 1001000

Color Harmonies of #AAF777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF777

Black with #AAF777

Text Example


Text Example

White with #AAF777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF777; }

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

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

background-color css

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

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

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

border-color css

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

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

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