Html Css Color HEX #AAF677 Feijoa

📋 copy color: '#AAF677'

red 170 ◦ green 246 ◦ blue 119

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

Shades of Feijoa #AAF677

Tints of Feijoa #AAF677

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.98%

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

R = 31.78%
G = 45.98%
B = 22.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#AAF677 (or 0xAAF677) is known color: Feijoa. HEX triplet: AA, F6 and 77. RGB value is (170,246,119). Sum of RGB (Red+Green+Blue) = 170+246+119=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF677 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF677 is #550988. Grayscale: #D1D1D1. Windows color (decimal): -5573001 or 7861930. OLE color: 7861930.

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

Color convert

RGB 170 246 119 -
CMYK 0.31 0 0.52 0.04
HSL 95.91º 0.88% 0.72% -
HSV(B) 95.91º 0.52% 0.96% -
XYZ 52.86 75.79 29.3 -
YUV 208.8 77.32 100.33 -
System Red Green Blue C M Y K H S L
Decimal 170 246 119 0.31 0 0.52 0.04 95.91 0.88 0.72
Hex AA F6 77 1F 0 34 4 60 58 48
Octal 252 366 167 37 0 64 4 140 130 110
Binary 10101010 11110110 1110111 11111 0 110100 100 1100000 1011000 1001000

Color Harmonies of #AAF677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF677

Black with #AAF677

Text Example


Text Example

White with #AAF677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF677; }

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

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

background-color css

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

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

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

border-color css

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

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

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