Html Css Color HEX #AAF686 Feijoa

📋 copy color: '#AAF686'

red 170 ◦ green 246 ◦ blue 134

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

Shades of Feijoa #AAF686

Tints of Feijoa #AAF686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.36%

R = 30.91%
G = 44.73%
B = 24.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#AAF686 (or 0xAAF686) is known color: Feijoa. HEX triplet: AA, F6 and 86. RGB value is (170,246,134). Sum of RGB (Red+Green+Blue) = 170+246+134=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF686 is #550979. Grayscale: #D2D2D2. Windows color (decimal): -5572986 or 8844970. OLE color: 8844970.

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

Color convert

RGB 170 246 134 -
CMYK 0.31 0 0.46 0.04
HSL 100.71º 0.86% 0.75% -
HSV(B) 100.71º 0.46% 0.96% -
XYZ 53.84 76.18 34.42 -
YUV 210.51 84.82 99.11 -
System Red Green Blue C M Y K H S L
Decimal 170 246 134 0.31 0 0.46 0.04 100.71 0.86 0.75
Hex AA F6 86 1F 0 2E 4 65 56 4B
Octal 252 366 206 37 0 56 4 145 126 113
Binary 10101010 11110110 10000110 11111 0 101110 100 1100101 1010110 1001011

Color Harmonies of #AAF686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF686

Black with #AAF686

Text Example


Text Example

White with #AAF686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF686; }

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

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

background-color css

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

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

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

border-color css

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

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

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