Html Css Color HEX #AAF780 Feijoa

📋 copy color: '#AAF780'

red 170 ◦ green 247 ◦ blue 128

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

Shades of Feijoa #AAF780

Tints of Feijoa #AAF780

RGB

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

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

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

R = 31.19%
G = 45.32%
B = 23.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#AAF780 (or 0xAAF780) is known color: Feijoa. HEX triplet: AA, F7 and 80. RGB value is (170,247,128). Sum of RGB (Red+Green+Blue) = 170+247+128=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF780 is #55087F. Grayscale: #D2D2D2. Windows color (decimal): -5572736 or 8452010. OLE color: 8452010.

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

Color convert

RGB 170 247 128 -
CMYK 0.31 0 0.48 0.03
HSL 98.82º 0.88% 0.74% -
HSV(B) 98.82º 0.48% 0.97% -
XYZ 53.73 76.63 32.38 -
YUV 210.41 81.49 99.18 -
System Red Green Blue C M Y K H S L
Decimal 170 247 128 0.31 0 0.48 0.03 98.82 0.88 0.74
Hex AA F7 80 1F 0 30 3 63 58 4A
Octal 252 367 200 37 0 60 3 143 130 112
Binary 10101010 11110111 10000000 11111 0 110000 11 1100011 1011000 1001010

Color Harmonies of #AAF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF780

Black with #AAF780

Text Example


Text Example

White with #AAF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF780; }

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

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

background-color css

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

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

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

border-color css

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

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

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